I suppose this is just an excerpt, could you paste some more code here? [EMAIL PROTECTED] wrote:
On Wed, 30 Oct 2002, Rick Emery wrote:
<?Nope, I still get a header already sent error if I choose "that."
if ($_POST['var'] == "this") {
header("Location: scipt1.php"); exit;}
if ($_POST['var'] == "that") {
header(Location: script2.php"); exit; }
Ed
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php