</table> </td> </tr> </table> </center> <?php if ($showDuration) { ?> <br/> <center><small> <?php $dur = time()-START_TIME; echo floor($dur/60).':'.str_pad($dur%60,2,'0',STR_PAD_LEFT); ?></small></center> <?php } ?>