Page 1 of 1

HTML Form data passing - Apache Server

Posted: Tue Oct 15, 2002 2:14 am
by nigel-9SW
I am using Apache 2.0.43 (win32) with PHP 4.2.3 on a Windows XP machine, to serve my web development locally. Pages are served locally, except when it comes to HTML form data. It appears that the data is not being passed to PHP. The error reads......

'Notice: Undefined variable: Array in C:\Web_documents\My Websites\RSGolf\php\handleform.php on line 41'

I run the same script on my ISP server with no problem. I suspect a php set up error - any ideas ?

:?:

Posted: Tue Oct 15, 2002 2:15 am
by twigletmac
Most likely not a setup error but a problem with register globals, read this:
viewtopic.php?t=511

Mac