OK...mysql data wont go into my sql table
i have a login form with a lot of fields, which (should) pass the data to doregister.php
it dosen't insert!Code://DoRegister function <?php mysql_connect("localhost", "xxxxx", "xxxxx"); mysql_select_db(atomco_members); mysql_query("INSERT INTO users (sesid, username, password, name_first, name_last, gender, DOB, about_you, email, url, url_title, city, country, ICQ, AIM, MSN, Yahoo, lastaccess, level) VALUES ('1', '$username', '$password', '$name_first', '$name_last', '$gender', '$month $day| $century$decade', '$about_you', '$email', '$url','$url_title', '$city', '$country', '$icq', '$aim', '$msn', '$yahoo', '121212', '1')"); ?>
one thing thats odd is theres no variables e.g doregister.php?username=variable&password=variable after the do register.php part
PLEASE HELP!
Alex






Bookmarks