> WHAT IS THE ERROR?? It tells you _exactly_ in the header error message where > the output was started. Look on or near that line because it caused some > output to the browser and now headers cannot be sent. > > ---John Holmes..
Here's the code: <? if ($_POST['county'] == "Lots") { header("Location: lotland1.php"); exit; } ?> <? if ($_POST['county'] == "Land and Acreage") { header("Location: lotland2.php"); exit; } ?> <font face="Arial,Helvetica" size="+1" color="red"> and on from here........................ Here's the error: Warning: Cannot add header information - headers already sent by (output started at script.php:4) in script.php on line 5 Ed -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php