| 
              
                | $dbhostname = "localhost";// host   
$dbusername = "j2h";  //user       
$dbuserpass = "love";//  //password   
$dbname = "sold";    //database  ;
$table="member";
$badtable="badlist";
$tablecalendar="calendar";
$tabletrail="trail";
$customertable="customer";
$customertablearea="customerarea";
$paytable="pay";
$paytrail="paytrail";
$limit = 30;
$color ="#77C5D2";
$color2 ="#9CCEE7";
$color3 ="#D2EAF4";
$webname ="仲介成交網";
$webaddress ="http://www.sold.com.tw/";
$compayphone ="0938-294214";
$conID = @mysql_pconnect($dbhostname, $dbusername, $dbuserpass) or die ("資料連結錯誤");   
mysql_select_db( "$dbname",$conID);   
   
?>  
    
You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'where city=''' at line 1 |  |