Hi, I have a table table1, with a column "Duration" time type(ex 00:12:30)
I want to make in PHP a sql selection:
SELECT * from table1 WHERE condition, and after that, to make sum of values
of column "Duration" and display it.
Any Help?

How to transform time in seconds, with php functions?
tx

Reply via email to