jkkenzie Posted November 10, 2008 Share Posted November 10, 2008 Hi! sorry for this question but somebody remind me how to use count to count unique records. regards, Joseph Quote Link to comment https://forums.phpfreaks.com/topic/132130-solved-count/ Share on other sites More sharing options...
rhodesa Posted November 10, 2008 Share Posted November 10, 2008 in an array? array_unique() will return all the unique entries, then you can just count that count(array_unique($array)) Quote Link to comment https://forums.phpfreaks.com/topic/132130-solved-count/#findComment-686645 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.