Has anyone encountered this before (and found a fix?)...
I have a PHP script that calls on a MySQL database from a HTML form input. It works perfectly with Netscape but cannot handle Internet Explorer.
To debug in IE, I ask the server to bounce back the variable with:
print ("$form_variable\n"
It responds with the correct value from the previously submitted page but the database query cannot handle it.
HELP!
I have a PHP script that calls on a MySQL database from a HTML form input. It works perfectly with Netscape but cannot handle Internet Explorer.
To debug in IE, I ask the server to bounce back the variable with:
print ("$form_variable\n"
It responds with the correct value from the previously submitted page but the database query cannot handle it.
HELP!