php while statement associative array from mysql

while($row = mysql_fetch_assoc($res)) {
}

source

Leave a Reply