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.ne

[PHP-WIN] Form question

2003-10-07 Thread Gerardo Rojas
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]

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 variable before the first time you access them. - Original Message - From: "Anthony Ritter" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, January 13, 2003 2:15 PM Subject: [PHP-WIN] form question > Hi, > I'm testing the following form on: > &g

[PHP-WIN] form question

2003-01-13 Thread Anthony Ritter
Hi, I'm testing the following form on: MS Win98 / IE 5.5 / PHP 4.0 / Apache and it works fine. However...when I publish the .php file and the data.txt file on the ISP's MS IIS server, I get undeclared variables and indexes when the form page loads. The script follows. Any help would be grea