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??
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??
Comment