Is there a simple way to add time variables together?
For example if i have a time of 1:46 that is in a variable such as:
$time1 = 146;
Is there a way to add another variable, $time2 = 547;
And have it adjusted to equal the right time?
Any suggestions would be greatly appreciated...
Scubaelmo