HTML Form data passing - Apache Server

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
nigel-9SW
Forum Newbie
Posts: 8
Joined: Tue Oct 15, 2002 2:14 am
Location: UK

HTML Form data passing - Apache Server

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

:?:
User avatar
twigletmac
Her Royal Site Adminness
Posts: 5371
Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK

Post by twigletmac »

Most likely not a setup error but a problem with register globals, read this:
viewtopic.php?t=511

Mac
Post Reply