On Nov 16, 2004, at 5:11 PM, Dustin Krysak wrote:

Hi there.. I am pretty new to PHP, and I am familiar with php "isset" option.... now i was wondering.... (I have looked at the PHP site - but can not find it) how can you check if something is not set? I need to test if a $_GET is not set (not just empty).

!array_key_exists('yourkey', $_GET);

-ryan

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to