Archive for the ‘ PHP ’ Category
<?php function Email($to,$subject,$message,$from) { $headers = "MIME-Version: 1.0\r\n". "Content-type: text/html; charset=UTF-8\r\n". "From: $from\r\n". "To: <$to>\r\n". "Date: ".date("r")."\r\n". "Subject: ".$subject."\r\n"; mail($to,$subject,$message,$headers); } ?> loadt2player(6)[ READ MORE ]
Bad Behavior has blocked 48 access attempts in the last 7 days.