How can I add a given number of time in PHP?
Below is are three time variables I would like to add:
time1: \"00:02:00\" time2: \"00:15:00\" time3: \"
Try this one.This should do what you are looking for:
LIVE DEMO