I have a table that I draw information from out my DB. I want to calculate the difference between the two times in the DB
<?php echo abs($rows['systime']-$rows['ver_time']); ?>
<?php echo round($rows['systime']-$rows['ver_time']); ?>
I get no result on the above
I basically just need the minutes between the two times
Time format is HH:MM:SS