ok, I've been trying for awhile now but I can't get this to work. I'm working on a script to edit a persons profile, but the mysql db isn't being updated. this is the code I'm using
mysql_query("REPLACE tq_users VALUES ('$id', NULL, NULL,'$password_1','$forgot_pw_q','$forgot_pw_a','$first_name','$last_name','$email','$birthday','$homepage','$icq','$aol','$yahoo','$biography')");
do you see something wrong?