|
Ron Havilio P.O.Box 3262 Jerusalem 91030 Israel Tel. 972-2-641 2491 For the film Potosi, the Journey you can also contact: Ex Nihilo - Agat films Sophie FLAMENT or Julie RHONE 52 rue Jean-Pierre Timbaud 75011 Paris, France Tel. 33-1-5336 3232 Fax. 33-1-4357 0022 www.agatfilms.com You are welcome to contact Ron Havilio by e-mail: $mailto="ronhavilio@hotmail.com"; if (empty($ok)) { ?> } else { if (empty($username)) { $error .= "Not filled: Name "; } if(!preg_match("/^([a-z,0-9,.])+@([a-z,0-9])+(.([a-z,0-9])+)+$/", $mailfrom)) { $error = "Not filled: E-mail "; } if (empty($city)) { $error .= "Not filled: City "; } if (empty($message)) { $error .= "Not filled: Your message "; } if ($error) { echo $error; echo " Back"; exit; } $subject="a message from: $mailfrom"; $body="Sender: $username E-mail: $mailfrom City: $city Message: $message"; $body=convert_cyr_string (stripslashes($body),w,k); $subject=convert_cyr_string (stripslashes($subject),w,k); $sucess = mail($mailto, $subject, $body, "From: $mailfrom"); if ($sucess) { echo " Thank you! Your message have been sent. "; echo "Back"; } } ?> include("footer.tpl"); ?> |