does this sql query look like it should work?
Everything is set correctly. When i go into PHPMyAdmin and do that code manualy, it still does not work. any help?PHP Code:UPDATE `members` SET personal_question_answer='".$_POST['ps_answer']."' AND personal_question='".$_POST['personal_question']."' WHERE member_id LIKE '".$_SESSION['member_id']."'




Reply With Quote