هذة قوالب الاول يعتمد على الاخر يرفع على الهوست host
<?
$ip_contact_us_to = "
example@example.com"; //---------- عدل إلى إيميلك الخاص
$ip_contact_us_where = ""; // --------- إذا كنت ترسل من ملف هتمل فاكتب هنا عنوان الصفحة التي فيها شكر للمتصل
if(isset($_POST['Submit'])){
$msg = "";
foreach($_POST as $key => $val){
if($key <> 'Submit'){
$msg .= "<b>". $key . "</b><br>" . nl2br($val) . "<br>";
}
}
mail($ip_contact_us_to, "اتصال من الموقع", "<div dir=rtl>".$msg."</div>", "From: ". $Name ."<".$Email.">\r\n"."MIME-Version: 1.0\r\n"."Content-type: text/html; charset=windows-1256\r\nX-Priority: ". $Priority ."\n");
}
$where = $_SERVER["HTTP_REFERER"];
if($ip_contact_us_where == ""){
if(substr_count($where, "?") == 0) $where .= "?Done=Yes";
else $where .= "&Done=Yes";
}
else $where = $ip_contact_us_where;
header('Location: ' . $where);
?>
-------------------------------------------------------------
body, td, p {font-family: Tahoma; font-size: 12px}
input, .input {font-size: 10 px; font-family: Tahoma}
table {border-collapse: collapse}
.footer {font-size: 10px; font-weight: bold; color: black; text-decoration: none}
a.footer {font-size: 10px; font-weight: bold; color: black; text-decoration: underline}
a.footer:hover {font-size: 10px; font-weight: bold; color: red; text-decoration: none}
---------------------------------------------------------
<html dir=rtl>
<head>
<title>اتصل بنا من منتديات الموالي للانترنت</title>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1256">
<link rel="stylesheet" href="ip_contact_us.css" type="text/css">
<SCRIPT LANGUAGE="JavaScript1.1" TYPE="text/javascript"
src="ip_contact_us.js"></SCRIPT>
</head>
<body bgcolor="#FFFFFF" text="#000000">
<p align=center><b>اتصل بنا</b></p>
<?
// ---------- يمكنك زيادة أي عدد حقول تريدها ..
// ---------- أهم شيء: لا تغير اسم الحقول المسماه:
// ---------- Email - Name
// ----------
http://www.al-mwali.com if(isset($_GET['Done'])){
?>
<table width="400" border="1" cellspacing="0" cellpadding="3"
bordercolor="#666666" align="center">
<tr>
<td align="center">تم الإرسال بنجاح .. شكرا لك ..</td>
</tr>
</table>
<?
}
else{
?>
<form name="form1" method="post" action="ip_contact_us.php" onSubmit="
this.Phone.numeric = true;
return mariam(this); ">
<table width="400" border="1" cellspacing="0" cellpadding="3" align="center"
bordercolor="#666666">
<!-- اسم المتصل .. لا يجب تغييره إطلاقا .. -->
<tr>
<td align="left" bgcolor="#CCCCCC"><b>الاسم:</b></td>
<td bgcolor="#CCCCCC">
<input type="text" name="Name">
</td>
</tr>
<!-- إيميل المتصل .. أيضا لا يجب تغييره .. -->
<tr>
<td align="left"><b>الإيميل:</b></td>
<td>
<input type="text" name="Email" onChange="ahmed(this,'الإيميل غير صحيح ..');"
dir="ltr">
</td>
</tr>
<!-- رقم الهاتف .. -->
<tr>
<td align="left" bgcolor="#CCCCCC"><b>رقم الهاتف:</b></td>
<td bgcolor="#CCCCCC">
<input type="text" name="Phone">
</td>
</tr>
<!-- رقم الصنف .. -->
<!-- الغرض من الاتصال -->
<tr>
<td align="left"><b>الغرض من الاتصال:</b></td>
<td>
<select name="Why" class="input">
<option value="اتصال عام" selected>اتصال عام</option>
<option value="اقتراح">اقتراح</option>
<option value="شكوى">شكوى</option>
</select>
</td>
</tr>
<!-- أهمية الرسالة -->
<tr bgcolor="#CCCCCC">
<td align="left"><b>أهمية الرسالة:</b></td>
<td>
<select name="Priority" class="input">
<option value="3" selected>عادية</option>
<option value="2">متوسطة</option>
<option value="1">هامة</option>
</select>
</td>
</tr>
<!-- طريقة الاتصال المفضلة -->
<tr>
<td align="left"><b>طريقة الاتصال المفضلة:</b></td>
<td>
<input type="radio" name="Contact" value="هاتف">
بالهاتف
<input type="radio" name="Contact" value="إيميل" checked>
بالإيميل </td>
</tr>
<!-- الرسالة -->
<tr>
<td align="left" bgcolor="#CCCCCC"><b>الرسالة:</b></td>
<td bgcolor="#CCCCCC">
<textarea name="Message" cols="40" rows="5" class="input"></textarea>
</td>
</tr>
<tr>
<td> </td>
<td>
<input type="submit" name="Submit" value="اتصل بنا">
</td>
</tr>
</table>
</form>
<?
}
?>
<!-- .. -->
<p align=center class=footer> <a href="
http://www.al-mowali.com" target="_blank"
class=footer>الموالي نت</a></p>
<!-- نهاية الحقوق -->
</body>
</html>
مع تحياتي
نور الولاية