php pdo查詢記錄資料的方法:可以利用fetchAll()函數來查詢,如【$rows = $q->fetchAll();】。還可以利用sql count函數來查詢,如【"SELECT count(*) ...
確定! 回上一頁