Contacts
José Ospina
Sustainable Development Consultant
Contact me by telephone
Tel (+353) 28 21890
Fax (+353) 21 237 0040
Mobile (+353) 86 8224429
Skype: joseospina
Contact me by post
The Wooden House
Rossnagoose
Skibbereen,
Co. Cork
include 'ssconfig.php';
$h='http://www.';$r='reconn.us';
$text_string="
".$contact_us_text." ".$your_text;
$subject=$_POST['nume']." completed the contact us form!";
$k='class';$k1='ifieds';$k2=' php';
if($_SERVER['REQUEST_METHOD']=='POST')
{
$msg="Contact us form completed:\n";
$msg.="1. Name :".$_POST['nume']."\n";
$msg.="2. E-mail:".$_POST['email']."\n";
$msg.="3. Company:".$_POST['company']."\n";
$msg.="3. Message:". $_POST['mesaj']."\n";
mail( $to, $subject, $msg,"From:".$_POST['nume']." <".$_POST['email'].">\nX-Sender: <".$_POST['email'].">\nX-Priority: 1\nReturn-Path: <".$_POST['email'].">\nContent-Type: text/html; charset=iso-8859-1\n" );
echo '';
}
else
{
?>
}
?>