I have an online form that uses Embperl. When the submit button is
clicked the action is to submit the form data back to this same
document. Error checking and data validation is performed and if any
errors are found they are printed out at the very top of the form. Any
and all output is done AFTER the beginning of the opening body tag yet
when I display errors I get the following error right after the errors
messages:
HTTP/1.1 200 OK Date: Tue, 23 Nov 1999 14:57:12 GMT Server: Apache/1.3.6
(Unix) mod_perl/1.21 Content-Length: 4563 Keep-Alive: timeout=15,
max=100 Connection: Keep-Alive Content-Type: text/html
The rest of the form is then displayed without a problem.
I've checked my code for any extraneous print or output commands that
would cause apache to send a header out but found none.
Any ideas?
--
__________________________________________________________
Mr. Erich L. Markert [EMAIL PROTECTED]
Computer Learning Center TEL (914)422-4328
Pace University
1 Martine Ave
White Plains, New York 10606-1932
Those who do not understand Unix are condemned to reinvent it, poorly.
-- Henry Spencer