[PHP] New uses please help mysql query problem
I am having a problem inserting users info info into the mysql database. When I check mysql log it shows the query I tried to run. But when I go check the mysql database the info doesn't appear, I checked the permissions on the user I have setup and he has all the proper rights. If anyone have any suggestions .. please help.. mysql_query("INSERT INTO members (email, uname, fname, lname, city, state, phone, address)VALUES('$email','$uname','$fname','$lname','$city','$state',' $phone','$address'"); -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]
[PHP] Help php ICQ function
I am a newuser to php , I am setting up a site with user authenication and I would like to setup a ICQ function some my users will know if other users are online can someone please guide me in the right direction.. Thank You -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]
[PHP] newbie setting up searches
I am setting up a dating site and I would like to know the best way to do searchs on things like city , state, male , or female, age and so on. Any help would be appreciated. On my forms I will have drop down menus.. Thanks