0

I have

    $result = mysqli_query(...);

I know how to get the number rows, but I need the actual content. In regular mysql it like this:

    while($row = mysql_fetch_array($result)){...}

how do I do this with Mysqli?

4

0 回答 0