How to run query in php for sum of two or more column in horizintally.
suppose i have table like
srno name english maths science TotalMarks
1 rohit 52 52 52 ?
so how to get sum of all marks. and show in total marks field. by php code.