Guest_imported
New member
- Jan 1, 1970
- 0
i have a site where we have reviews. if you want to see it. our reviews r dynamic and we have a numeric rating system where the overall score is the average between 5 sub scores. in my script the score is calculated inside my php script. but i want the users to be able to sort the scores with the ORDER BY thing but i dont have an overall score field. so im wondering if there's a way to add a field that would add up the 5 subscores and average them. could someone help?