try setting the variable to match one of the IF statement criteria to see what the result is.
-----Original Message----- From: [EMAIL PROTECTED] <[EMAIL PROTECTED]> To: 1LT John W. Holmes <[EMAIL PROTECTED]> Cc: Rick Emery <[EMAIL PROTECTED]>; [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Wednesday, October 30, 2002 12:34 PM Subject: Re: [PHP] Mutiple header statements? > > >> 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 > >
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php