Skip to content
Advertisement

Tag: rateyo

How can I get the average star ratings? PHP Codeigniter

I am creating a rating system where the customer can rate the seller. I am using the rateyo plugin, so there’s a float value on it like 2.9, 3.8, 4.5, etc I would like to get all the values of the seller and get the average from it to display his/her overall total ratings. I am using Codeigniter as a

Advertisement