On Wed, 30 Oct 2002 [EMAIL PROTECTED] wrote: > Not sure if this is what you're looking for, but a possible solution could > be: > > <? > if ($_POST['var'] == "this") > $page = "script1"; > > if ($_POST['var'] == "that") > $page = "script2"; > > header("Location: $page.php"); } > ?>
This could be an option if neither of the if's matched it could continue with additional scripting below these conditions without getting sent a header. Ed -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php