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