PHP Classes

File: truebuttontimer.php

Recommend this page to a friend!
  Classes of zinsou A.A.E.Moïse   PHP Realtime Clock   truebuttontimer.php   Download  
File: truebuttontimer.php
Role: Auxiliary script
Content type: text/plain
Description: ajax file
Class: PHP Realtime Clock
Display clock or timer updated in real time
Author: By
Last change:
Date: 6 years ago
Size: 217 bytes
 

Contents

Class file image Download
<?php
session_start
();
if(isset(
$_SESSION[$_GET['timer']])){
    echo
intval($_SESSION[$_GET['timer']][0]).':'.intval($_SESSION[$_GET['timer']][1]).':'.intval($_SESSION[$_GET['timer']][2]);
}else{
echo
"0:0:0";}
?>