Dear scripters,
I wrote a PHP script that produces a form. If the form is submitted, the
entered information is checked. If an error in the input is found, a
message appears. Using the browser's 'back' button, the user can change
his/her input. If no errors are found, the input is used to generate some
graphics (using the gdlib.so module).
When running this script on my own Linux/Apache/PHP/gdlib.so server, it
works perfectly. But when I upload it to a public webserver, it does not
work. When valid input is entered, the error messages appear. But when the
invalid input is entered, the following happens:
1. Netscape/Mozilla/Galeon: nothing seems to happen
2. Konqueror: connection was closed
3. MSIE: 404 error
I can't find out what's going wrong; do you have any idea what could cause
this problem?
much thank in advance!
Martin
I wrote a PHP script that produces a form. If the form is submitted, the
entered information is checked. If an error in the input is found, a
message appears. Using the browser's 'back' button, the user can change
his/her input. If no errors are found, the input is used to generate some
graphics (using the gdlib.so module).
When running this script on my own Linux/Apache/PHP/gdlib.so server, it
works perfectly. But when I upload it to a public webserver, it does not
work. When valid input is entered, the error messages appear. But when the
invalid input is entered, the following happens:
1. Netscape/Mozilla/Galeon: nothing seems to happen
2. Konqueror: connection was closed
3. MSIE: 404 error
I can't find out what's going wrong; do you have any idea what could cause
this problem?
much thank in advance!
Martin
Comment