Re: [PHP] form box question

2003-01-13 Thread Chris Hewitt
Anthony Ritter wrote: Any ideas after looking at the code why I'm having difficulty publishing the file to a MS IIS server with undeclared indexes and variables if it works on Apache server? It will be the error reporting level being set differently between the two servers. The IIS one sounds

Re: [PHP] form box question

2003-01-13 Thread Anthony Ritter
Thanks. Any ideas after looking at the code why I'm having difficulty publishing the file to a MS IIS server with undeclared indexes and variables if it works on Apache server? TR -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] form box question

2003-01-13 Thread chip . wiegand
IL PROTECTED] cc bcc Subject [PHP] form box question 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

RE: [PHP] form box question

2003-01-13 Thread Ford, Mike [LSS]
> -Original Message- > From: Anthony Ritter [mailto:[EMAIL PROTECTED]] > Sent: 13 January 2003 17:07 > 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

[PHP] form box 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