Warning: mail() : SAFE MODE Restriction in effect. The fifth parameter is disabled in SAFE MODE. in /home/avielj/domains/aj.220mb.com/public_html/send.php on line 8Warning: Cannot modify header information - headers already sent by (output started at /home/avielj/domains/aj.220mb.com/public_html/send.php:8) in /home/avielj/domains/aj.220mb.com/public_html/send.php on line 11
<? $to = "[email protected]"; $from_header = "From: $from"; $header=header("Content-type: text/html; charset=windows-1255"); if($contents != "") { //send mail - $subject & $contents come from surfer input mail($to, $subject, $contents, $from_header,$header); // redirect back to url visitor came from header("Location: $HTTP_REFERER"); } else { print("<HTML><BODY>ðà ìîìà àú ëì äôøèéí"); print("</BODY></HTML>"); } ?>
|
