$db; 12 13 try { 14 $dbh = new PDO($dsn, $user, $psw, array(PDO::ATTR_PERSISTENT=>true)); 15 echo '連接成功<br>'; 16 } catch(Exception $e) ...
確定! 回上一頁