PHP: at mm:ss.00

I have these two times in the format mm:ss.00

e.g. 25:45.04
25 mins 45 sec 04 mili sec.

Can php take 2 of these out out of mysql and add them and print the result ?

I think the easiest way to do that would be to convert the times to UNIX Epoch, add them, then convert them back into human-readable time... how you'll convert them to epoch is up to you though :slight_smile: