include("functions.php");
srand((double)microtime()*1000000000);
$prefix=rand(0,10000000);
$datearray=getdate(time());
$monthname=$datearray["month"];
$rand=addlettersbyte($unencrypted, "7" . $monthname );
$refer= substr(strtolower($_SERVER["HTTP_REFERER"]),0,24) ;
echo sheader("home");
?>
Feedback
$subject=$_REQUEST["subject"];
$thanks=$_REQUEST["thanks"];
if(!isset($thanks))
{
$thanks="";
}
if(!isset($subject))
{
$subject="";
}
if (!isset($RealName))
{
$RealName="";
}
if (!isset($Email))
{
$Email="";
}
if ($thanks!="thanks")
{?>
Send me messages through this handy form:
}
else if($thanks=="thanks")
{
?>
Great!
Thanks for your feedback!
}
else
{
?>
Oops!
There was some sort of error!
}
?>
$out=$out. "".chr(13);
?>
echo sfooter()?>