Re: Another form handling posting question

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux