On Wed, 30 Oct 2002, Rick Emery wrote:

> <?
> 
> if ($_POST['var'] == "this") {
> header("Location: scipt1.php");  exit;}
> 
> if ($_POST['var'] == "that") {
> header(Location: script2.php"); exit; }

Nope, I still get a header already sent error if I choose "that." 

Ed
 


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to