PHP Classes

File: ajax2.php

Recommend this page to a friend!
  Classes of zinsou A.A.E.Moïse   PHP Realtime Clock   ajax2.php   Download  
File: ajax2.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: 186 bytes
 

Contents

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