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 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)) Link to comment https://forums.phpfreaks.com/topic/132130-solved-count/#findComment-686645 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.