最新回答 / 揍扁扁了
? ? ? ?想到一個笨方法,用?mysqli_field_seek($res,$row);和?mysqli_fetch_assoc($res);取出特定的行信息,循環出結果集數組,然后mysql_fetch_field() ;函數取出列,然后取交集。? ? ? 但是我自己其實是跟著老師的視頻,用pdo寫的這個類~~~~
2016-06-05
有個地方請注意:die在官方手冊里,就是exit(),exit的作用:
(PHP 4, PHP 5, PHP 7)
exit — Output a message and terminate the current script
(PHP 4, PHP 5, PHP 7)
exit — Output a message and terminate the current script
2016-06-05