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