PHP 從PHP5 開始,在資料庫操作方面新增了PDO(PHP Data Objects) ... $query = sprintf("SELECT * FROM table WHERE id = %s AND name = %s", $id, ...
確定! 回上一頁