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

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

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

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