Jump to content

MySQL 3 results a line example shown


DeanBoro

Recommended Posts

What im trying to do is make a mysql result appear on my screen like this

 

result 1    result 2    result 3

result 4    result 5    result 6

result 7    result 8    result 9

 

i will be using the query like

mysql_query("SELECT * FROM `cars` ORDER BY `id`");

 

so how will i get it to display like that

thanks :)

Link to comment
https://forums.phpfreaks.com/topic/232700-mysql-3-results-a-line-example-shown/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.