Thanks for all the help guys but one more minor issue, i am not receiving
the email that someone accessed my page...why??



<?
Function AccessHit()
{

        $NL = "\n";


        $H = getLastHost();


        $R = getLastRef();

        $To = "[EMAIL PROTECTED]";


        $Sub = "Page Accessed";


        $D = Date("D d M y h:ia",time());

        $Msg = $H + $NL + $R + $NL + $D;

        mail($To,$Sub,$Msg);
}


?>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to