Hm. Tell me if this works: <?php if ($_POST['process'] == 'pass') echo '<form action="success.php" method="post">'; else echo '<form action="recursive.php" method="post">'; ?> <button type="submit" name="process" value="pass">Pass</button> <button type="submit" name="process" value="fail">Fail</button> </form> On Dec 5, 2007 9:30 PM, Mike Smith <mike.l.smith@xxxxxxxxxxx> wrote: > I'm trying to > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > -- -Casey -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php