I think I took out too much information when I first sent it.
My php-script does this:
Checks to see if a form was submitted
If NO:
Displays a text page
On that page it displays a form which action is set to
<?=$PHP_SELF?>
IF YES:
Checks to make sure that data was entered in two fields
Mail the from data.
Displays the same text on the page
Don't display form again... just say THANK YOU FOR SUBMITTING
It works wonderful in Internet Explorer (all versions) and Netscape 6. However in Netscape 4.5 the "NO" condition works fine. But after the form IS submitted and the "YES" condition is satisfied.. it checks the validity of the data, it even MAILS it off. However, it won't display the text on the page nor display the thank you for submitting.
Any ideas?