Go to http://www.thickbook.com and look at Julie Meloni's tutorials, particularly the one for custom error messages as she very nicely works it up over about 3 iterations of the same simple script which includes a form which calls its own script (PHP_SELF).
Miles Thompson At 11:50 PM 1/10/2002 +0700, Dani wrote: >Hi Jason! > >thanks for your email. > >I have tried > >http://www.mywebsite.com/mypage.php?myvariable1=value1&myvariable2=value2 > >and adding this into my form > ><form = "form1" method = "post" action ="<?php echo >"$PHP_SELF?myvariable1=$myvariable1&myvariable2=$myvariable2"; ?> "> > ><input type = "text" name="myvariable1" value=""> > >but I still get some error like this ====> The specified CGI application >misbehaved by not returning a complete set of HTTP headers. The headers it did >return are: > >How do I do this? > >Thanks -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]