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.
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( )
{
}
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…