Re: [PHP-WIN] Form question

2003-10-07 Thread Ignatius Reilly
To: <[EMAIL PROTECTED]> Sent: Tuesday, October 07, 2003 8:57 PM Subject: [PHP-WIN] Form question A bit off-topic. How do we submit a form on an onChange event of a drop-down list box. -- Gerardo S. Rojas mailto: [EMAIL PROTECTED] -- PHP Windows Mailing List (http://www.php.net/) To unsubscr

Re: [PHP-WIN] form question

2003-01-13 Thread Anthony Ritter
Joseph, Thanks for the reply. My ISP has a MS IIS server. I am testing the following script on Apache Server / MS Win 98 / IE 5.5 and it works fine. When I publish the script to their server and try the formpage, I get: "inetpub...Undefined index 1... "inetpub...Undefinded index 2... "inetpub..

Re: [PHP-WIN] form question

2003-01-13 Thread Joseph W. Goff
The php.ini settings for error reporting on your IIS machine is set to E_ALL whereas your local machine has the setting of E_ALL & ~E_NOTICE. You can either change the php.ini file, use the error_reporting() function in your program (http://www.php.net/error_reporting) or use isset() on the variab