Create PHP grid [closed]

EvemEnronse

New Member
Since it was so difficult draw a question out of the basic description I gave earlier, Here's a direct question:How can I loop through an array of entries in a database and display a table with three columns. Here's an example of basically what I need for each iteration in the loop:\[code\]<table><tr><td> <div>Name</div> <div><img src="http://stackoverflow.com/questions/3755530/image.png" /></div> <div>Thi is a short decription for product1<div> <div><input type="button" value="http://stackoverflow.com/questions/3755530/Use Points" /><div> </td></tr></table>\[/code\]
 
Back
Top