$dsn = "mysql:host=localhost;dbname=test"; $db = new PDO($dsn, root, ); $count = $db->exec("INSERT INTO foo SET ...
確定! 回上一頁