/ Published in: PHP
Here is the correct way to turn your mysql results into an array. Forget the other nonsense of useless code. Why type out this long code: "for($i = 0; $array[$i] = mysqli_fetch_assoc($result); $i++) ;" when you can accomplish the same thing with much less code.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML