First Draft of the Example Files
@@ -0,0 +1,7 @@
<?php
function longdate($timestamp)
{
$temp = date("l F jS Y", $timestamp);
return "The date is $temp";
}
?>
The note is not visible to the blocked user.