<?php include('db.php'); $result = dbQuery("SELECT NOW() AS rightnow"); $row = $result[0]; echo "Mysql Time is...$row[rightnow]<br>"; echo "System Time is...".date('Y-m-d h:i:s'); ?>