Sending form variables accross php pages : I create forms and sends them to php pages, I get an unidentified variable in line no.....from the Php page processing my form I have : -- WinXP with IIS 5 installed and configured. -- MySQL server configured and running -- PHP installed with most of the Windows Binaries Can you help me....??? 🙁
Depending on your PHP Version
PHP 4.0.6 HTTP_POST_VARS
4.1.6 and higher use $_POST
I suggest reading about predefined variables.
that depends if you are going going global or supa global. If you are in developing stages or not to sure how it all works, set your golbals in your ini to on.
should fix it :-)