Assuming that you know how to connect database using PDO, here is how to select SQL with PDO. $stmt = $db->prepare("select userID from ...
確定! 回上一頁