I am so hungover so it's probably not the best time to be trying to remember php so if you guys can help me out here i would be very grateful!
I have a table with a number of entries for scores. I want to add these up and display a total with a view to eventually sorting each entry in to who had the highest score.
MySQLTable
Name Score1 Score2 Score3
A 1 2 4
B 3 5 1
So i want to query the table, add up score1, 2 and 3 and display the total.
Help please!
I have a table with a number of entries for scores. I want to add these up and display a total with a view to eventually sorting each entry in to who had the highest score.
MySQLTable
Name Score1 Score2 Score3
A 1 2 4
B 3 5 1
So i want to query the table, add up score1, 2 and 3 and display the total.
Help please!
