Form posting not working on Win32 but OK on linux
I have 2 parallel systems
Debian linux with apache and PHP4
and Windows XP professional with apache & PHP4
I have been in the habit of debugging on the xp machine before I upload to the debian server
If I run the chap 3 examples eg checkbox.html/php, they work fine on the linux web server
On XP it runs fine but only if the checkbox is selected. If I fail to select the checkbox & hit submit I get this error.
Notice: Undefined variable: Choice in c:\program files\apache group\apache\htdocs\begphp\ch03\checkbox.php on line 5
I have compared the php.ini files of the 2 systems and cannot see any significant differences. I have had one or 2 other anomalies between the 2 systems, but this is fundamentally the most difficult to diagnose
Thanks in advance for any assistance
Synergz
|