/ Published in: PHP
nothing special :)
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
function send_email($from,$to,$subject,$message){ $header="From: <".$from."> "; $header.= 'MIME-Version: 1.0' . " "; $header.= 'Content-type: text/html; charset=iso-8859-1' . " "; if(!$send_mail){ echo "ERROR"; } }