This is a discussion on Form variables not sent to mySQL problem within the PHP Language forums, part of the PHP Programming Forums category; Hi All, Hopefully someone can help me out.. Here's my setup: PHP5, mySQL, IIS6, Win2003 I have no problems ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi All,
Hopefully someone can help me out.. Here's my setup: PHP5, mySQL, IIS6, Win2003 I have no problems serving up PHP scripts, and I can access the DB. The problem I have is this. On pageA.php I have a form. I post this to pageB.php which adds a date variable and then is supposed to insert the form data (along with the date variable) into the DB. The problem is, none of the form variables are being send to the DB. My code was working fine on a different host(different platform config.) So I suspect that it is a config issues, but don't understand why the data from the form isn't being passed to the DB. Any help?? |
|
|||
|
check the setting register_globals and read about it's meaning.
http://www.php.net/register_globals micha |