Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は持っている
$result = mysqli_query(...);
行番号を取得する方法は知っていますが、実際のコンテンツが必要です。通常のmysqlでは、次のようになります。
while($row = mysql_fetch_array($result)){...}
Mysqliでこれを行うにはどうすればよいですか?