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