$pdo = new PDO("mysql:host=$db_server;dbname=$db_name",$db_user,$db_password);. //設定為utf8編碼,必要設定. $pdo->query('SET NAMES "utf8"');.
確定! 回上一頁