// Mine Options
// خيارات أساسية
$my_email="fadaaqtrvl@hotmail.com"; //أكتب بريدك هنا
$my_site="http://www.fadaaqtravel.com"; //أكتب موقعك هن
//More Options
// خيارات إضافية
$msg_welcome="نتشرف بأقتراحتكم و أستفسارتكم "; //الجملة الترحيبية
$border_error="#ff0000"; // لون إطار الأخطاء
$border_main="#0099cc"; //لون الإطار الرئيسي
$bgcolor_title="dddddd"; // لون الخلفية للعنوان
$bgcolor_body="#eeeeee"; // لون الخلفية الرئيسية
$font_face="Verdana"; //نوع الخط
$font_size="3"; //حجم الخط
// Header & Footer
// الرأس والذيل
$header=""; // HTML Code
$footer="
مع تحيات فدعق للسياحة و الطيران "; // HTML Code
// Don'n EDIT Under this line ------------------------------------------
// لا تعدل أسفل هذا الخط ----------------------------------------------
$copyleft = 0;
$notify = 0;
$message=$mesg;
###################################
#Edit below only if you know what you are doing !!!!
####################################
if (empty($HTTP_REFERER)) {
$link = $siteurl;
} else {
$link= $HTTP_REFERER;
}
?>
=$header?>
#form construction
###############
function tellform(){
global $email, $name, $email1, $name1,$mesg, $PHP_SELF,$message,$header,$footer,$link,$borser_error,$border_main,$my_email,$my_site,$bgcolor_title,$bgcolor_body,$msg_welcome,$font_face,$font_size,$copyleft;
?>