Chapter 3 files
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
$temp = "The date is ";
|
||||
echo $temp . longdate(time());
|
||||
|
||||
function longdate($timestamp)
|
||||
{
|
||||
return date("l F jS Y", $timestamp);
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user