/ Published in: PHP
Expand |
Embed | Plain Text
// Put result in array for($i = 0; $array[$i] = mysqli_fetch_assoc($result); $i++) ;
You need to login to post a comment.
elemint on 02/21/09
2 people have marked this snippet as a favorite
// Put result in array for($i = 0; $array[$i] = mysqli_fetch_assoc($result); $i++) ;
You need to login to post a comment.