Learning PHP and MySQL

Example 11-15 A simple echo of the timestamp

<?php
$timestamp
=  time();
echo  
$timestamp;
?>

Posted by on 08/18 at 05:59 PM

Next entry: Example 11-16 Making the date and time appear like we expect

Previous entry: Example 11-14 Using several functions together to extract a portion of a string

<< Back to main