View Single Post
Old 02-24-2012, 07:17 AM   PM User | #1
sunnynosid
New Coder

 
Join Date: Sep 2011
Posts: 50
Thanks: 4
Thanked 0 Times in 0 Posts
sunnynosid is an unknown quantity at this point
Question want to echo multiple rows

I am using while loop to echo all rows from a table, e.g.,
while($row=mysql_fetch_row($result)) {echo"....";} and it is working fine but i want another way to echo all rows without using loop so that i can assign a variable to every resulting row. Is there any other method to do so??
sunnynosid is offline   Reply With Quote