Is there a shorthand way to...?

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

 



When handling $_POST[] values that may or may not be assigned, I am forever using:

if((isset($_POST['courses_list']) AND $_POST['courses_list']== 'Used'))

Is there a shorthand way of doing this without causing notice errors?

Thanks.....

--
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