How to loop through arrays in PHP to display the results

ocmmeczt

New Member
I have a query which retrives two colums of multiple rows from the db.I want it to display this in a table using php,I have to use two dimensional arrays i guess.Please help on how shall i proceed.\[code\]while($row=mysql_fetchrow_array($qry)){Please guide how to store the columns in the array[][]}[Please guide on how to display the result in the display page]foreach( ){}\[/code\]
 
Back
Top