I need to calculate rally results table in PHP. So i have varchar string column in the mysql db in 'mm:ss:milliseconds' format ('03:54:78' for example).
How can i do the ($time1 + $time2) and ($time1 - $time2) operations in PHP ?
I need to calculate rally results table in PHP. So i have varchar string column in the mysql db in 'mm:ss:milliseconds' format ('03:54:78' for example).
How can i do the ($time1 + $time2) and ($time1 - $time2) operations in PHP ?