while($row = mysql_fetch_assoc($res)) {
}
php while statement associative array from mysql
Leave a Reply
You must be logged in to post a comment.
while($row = mysql_fetch_assoc($res)) {
}
You must be logged in to post a comment.