|
Posted by affiliateian on 11/11/06 08:56
J.O. Aho wrote:
> It depends on what way you method for the form (get/post),
>
> Post:
> if($_POST['variable'] == "yes")
>
> Get:
> if($_GET['variable'] == "yes")
>
> If you don't know/care or allow different methods:
> if($_REQUEST['variable'] == "yes")
>
>
> For more information about reserved variables, see
> http://www.php.net/manual/en/reserved.variables.php
Fantastic stuff J.O. Here is a 5 Star rating for your post. Thanks.
Navigation:
[Reply to this message]
|