Guest_imported
New member
- Jan 1, 1970
- 0
Hi everyone, i'm having a really odd problem. I'm trying to write a simple registration script, and it's giving me all kinds of problems. i've finally got to the point where after the form is filled out, it will transfer to the database script, but the thing is, the variables don't get transferred, or so i thought. all i was getting in the table were null entries, with the user id(using the mysql AUTO_INCREMENT option) being the only working thing. But here's the wierd part, when i use a while stript along with $HTTP_POST_VARS it lists all the variables perfectly. what could be going wrong? i can't print the variables or anything, the only way i can tell they exist is by the while loop or using GET instead of 'post' for the form method. if anyone knows what could be going wrong, let me know. thanks.
-James
-James