| $dbhostname = "localhost";// host $dbusername = "j2h"; //user $dbuserpass = "love";// //password $dbname = "ecard"; //database $table="ecard"; $psword ="j2h"; $limit = 12; $conID = @mysql_pconnect($dbhostname, $dbusername, $dbuserpass) or die ("資料連結錯誤"); mysql_select_db( "$dbname",$conID); //$isload =1; //判別是否被呼叫過 ?> 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 area=''' at line 1 |