session_save_path("/home/users/web/b1988/nf.enopoly/cgi-bin/tmp"); session_start(); include('db.inc.php'); $id = $_GET['id']; /////////////////// E-MAILS //////////////////////////////////////////////// if($_POST['name']!='') { $name=$_POST['name']; $address=$_POST['address']; $country=$_POST['country']; $state=$_POST['state']; $zip=$_POST['zip']; $phone=$_POST['phone']; $email=$_POST['email']; $like=$_POST['like']; $suggestion=$_POST['suggestion']; if($id==9) { $subject="Mail from Customer through Contact us form of enopoly.net"; } if($id==10) { $subject="Suggestion from Customer through Suggestion box of enopoly.net"; } $message="
 
 
"; $message.="
Dear Sir!

".$name." has sent the message from your website enopoly.net
"; if($id==9) { $message.="

Message :


".$_POST[message]."
"; } if($id==10) { $message.="

He has liked :

".$_POST[like]."
"; $message.="

Suggestion for Us :

".$_POST[suggestion]."
"; } $message.="

Message From :

".$name."
".$address."
State: ".$state."
Country: ".$country."
Zip Code:".$zip."
Ph: ".$phone."
Email: ".$email."
"; $message.="
 

enopoly.net
"; $add=$_SERVER['REMOTE_ADD']; $from=$email; if($id==9) { $to="info@enopoly.biz"; } if($id==10) { $to="suggestion@enopoly.biz"; } //echo $message;exit; /*codding for sending email on server */ $xheaders .= "X-Mailer: PHP\n"; $xheaders .= "X-Priority: 6\n"; $xheaders.="From:".$from ."\n"; $xheaders .= "Content-Type: text/html; charset=iso-8859-1\n"; $m=mail($to,$subject,$message,$xheaders); $m=true; if($m==true) { $contact_send=1; } else { $contact_send=2; } } ////////////////////////// SHOW STATIS PAGES ////////////////////////////////////////// $id = $_GET['id']; $sel = "select * from content where pg_id = '".$id."'"; $rs = mysql_query($sel); $data = mysql_fetch_array($rs); $title = $data['pg_name']; $content = html_entity_decode(stripslashes($data['pg_content'])); ?> Enopoly
Business Franchise Real Estate

Log In

Parse error: syntax error, unexpected '}' in /hermes/bosweb/web198/b1988/nf.enopoly/public_html/enopoly.net/left.php on line 121