Send Us a Message
if($succ) { ?>
Contact Info
Mehar Computers
Villupuram
Tamilnadu,India.
Phone Number : 8973314270
meharweb@gmail.com
Contact
SALES TEAM
Mobile - 8973314270
session_start(); require_once "config/config.php"; require_once "privilieges/xml_function.php"; // To Fetch the Xml Files require_once "privilieges/common_fn.php"; if(isset($_POST['submit'])) { // Join with Addwizz.com if(isset($_POST['name']) && $_POST['name'] !="") $feed_name = $_POST['name']; else $feed_name1 = 'Please Enter your Name'; if(isset($_POST['email']) && $_POST['email']!="") { if(!ereg("^(([A-Za-z0-9!#$%&'*+/=?^_`{|}~-][A-Za-z0-9!#$%&?'*+/=?^_`{|}~\.-]{0,63})|(\"[^(\\|\")]{0,62}\"))$",$_POST['email'])) { $user_email=$_POST['email']; } else { $user_email1="please enter the valid email"; } }else { $user_email1="please enter the email"; } if(isset($_POST['mobile']) && $_POST['mobile'] !="") $feed_phone = $_POST['mobile']; else $feed_phone1 = 'Please Enter your Phone Number'; $ip_addr=$_SERVER['REMOTE_ADDR']; if(isset($_POST['message']) && $_POST['message'] !="") $message = $_POST['message']; else $message1 = 'Please Enter your message '; //to avoid bad words function filterwords($text){ $filterWords = array('sex','fuck','bitch'); $filterCount = sizeof($filterWords); for($i=0; $i<$filterCount; $i++){ $text = preg_replace('/\b'.$filterWords[$i].'\b/ie',"str_repeat('*',strlen('$0'))",$text); } return $text; } $avoid_words=filterwords($message); //end avoid words $today=date('Y-m-d'); if($feed_name1 || $user_email1 || $feed_phone1 || $message1) { $error =1; } if(!$error) { $sql ="insert into feedback(name , email_id , feed_phoneno , feedback, date , feedback_ip , f_status) values('$feed_name' , '$user_email' ,'$feed_phone' , '$avoid_words','$today','$ip_addr',0)"; mysql_query($sql); $succ = 1; $feed_name=''; $feed_phone=''; $user_email=''; $message=''; } } ?>
if($succ) { ?>
Mehar Computers
Villupuram
Tamilnadu,India.
Phone Number : 8973314270
meharweb@gmail.com
Contact
SALES TEAM
Mobile - 8973314270