RON_ron Posted November 25, 2010 Share Posted November 25, 2010 How to COUNT the number of records (pulled from a db)which contains the word "APPROVED". This code doesn't work though. $result1; $result2; $result3; $approvedApplicants = COUNT($result1=='Approved', $result2=='Approved', $result3=='Approved') echo ($approvedApplicants) Link to comment https://forums.phpfreaks.com/topic/219792-count-records-similar-to-a-given-word/ Share on other sites More sharing options...
MrXHellboy Posted November 25, 2010 Share Posted November 25, 2010 Maybe this will offer some solution http://dev.mysql.com/doc/refman/5.0/en/fulltext-search.html Link to comment https://forums.phpfreaks.com/topic/219792-count-records-similar-to-a-given-word/#findComment-1139418 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.