Re: [PHP] netscape wont show form result

2002-06-13 Thread David Robley
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] says... > I know what you are both saying and it was a poor explanation from me as to what > happened. let me explain it further because although the code is working now i > would like to know what happened. > We know the code should work the same

Re: [PHP] netscape wont show form result

2002-06-13 Thread Steve Fitzgerald
I know what you are both saying and it was a poor explanation from me as to what happened. let me explain it further because although the code is working now i would like to know what happened. We know the code should work the same regardless of browser since the server is interpreting the code no

Re[2]: [PHP] netscape wont show form result

2002-06-12 Thread Stuart Dallas
On Wednesday, June 12, 2002 at 5:48:02 AM, you wrote: > An 'exit' directive had secretly sneaked into the script! which caused ns to > abort the rest of the script (as it should) while ie blissfully ignored > it(??). Anyway it all works now. Thanks again. Just thought I'd point out an error in y

Re: [PHP] netscape wont show form result

2002-06-11 Thread Chris Shiflett
Well, my explanation to problem number 2 still stands. :) The browser cannot "ignore" code that you write on the server with PHP, such as exit. The HTTP response from the server is exactly the same regardless of browser unless you specifically take different actions according to the value of U

Re: [PHP] netscape wont show form result

2002-06-11 Thread Steve Fitzgerald
Thanks for your reply, but it was neither of these things :) An 'exit' directive had secretly sneaked into the script! which caused ns to abort the rest of the script (as it should) while ie blissfully ignored it(??). Anyway it all works now. Thanks again. Chris Shiflett wrote: > You are experie

Re: [PHP] netscape wont show form result

2002-06-11 Thread Chris Shiflett
You are experiencing two different problems. 1) The blank page you are seeing is possibly due to incorrect HTML markup, where you are using tables incorrectly (most common problem for people). Check to make sure you have the same number of data cells in each row, that all your tag are properly

[PHP] netscape wont show form result

2002-06-11 Thread Steve Fitzgerald
I. am testing a feedback form which consists of a single file with the standard '>' It has problems when using ns4.7. If the form is filled in correctly it works and sends email, but it checks for required fields and correct email address and if there is a mistake ns shows a blank page with the fo