nathanmaxsonadil Posted August 14, 2007 Share Posted August 14, 2007 I was wondering how to create a if statement that checked if a variable exsisted? Quote Link to comment https://forums.phpfreaks.com/topic/64941-checking-if-a-variable-exists/ Share on other sites More sharing options...
php_tom Posted August 14, 2007 Share Posted August 14, 2007 use PHP's isset(), or test $asdf == NULL Quote Link to comment https://forums.phpfreaks.com/topic/64941-checking-if-a-variable-exists/#findComment-324046 Share on other sites More sharing options...
nathanmaxsonadil Posted August 14, 2007 Author Share Posted August 14, 2007 ok thanks Quote Link to comment https://forums.phpfreaks.com/topic/64941-checking-if-a-variable-exists/#findComment-324049 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.