Poti face o comanda trimitand un mesaj:
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. Web:".$_POST['website']."\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
{
?>
}
?>