almightyegg Posted September 17, 2007 Share Posted September 17, 2007 How do you check is an array is empty??? Quote Link to comment https://forums.phpfreaks.com/topic/69695-solved-checking-whether-an-array-is-empty/ Share on other sites More sharing options...
rarebit Posted September 17, 2007 Share Posted September 17, 2007 http://uk3.php.net/manual/en/function.count.php if(count($a) == 0) probably be able to use 'isset()' as well... Quote Link to comment https://forums.phpfreaks.com/topic/69695-solved-checking-whether-an-array-is-empty/#findComment-350172 Share on other sites More sharing options...
almightyegg Posted September 17, 2007 Author Share Posted September 17, 2007 ah great thatnks Quote Link to comment https://forums.phpfreaks.com/topic/69695-solved-checking-whether-an-array-is-empty/#findComment-350173 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.