02-24-2007, 07:01 PM
This is the problem i'm facing.
This is a MySQL/PHP based dynamic website.
A table contains data like: item_id, item_image, item_desc, item_price.
By default, using PHP Scripts, I can show result like:
item_id1
item_image_1, item_desc_1
item_price_1.
But i want to show two or more items in a single row.
Can anyone suggest how to do that. I have little bit of PHP Scripting knowledge, so, some hints will do.
This is a MySQL/PHP based dynamic website.
A table contains data like: item_id, item_image, item_desc, item_price.
By default, using PHP Scripts, I can show result like:
item_id1
item_image_1, item_desc_1
item_price_1.
But i want to show two or more items in a single row.
Can anyone suggest how to do that. I have little bit of PHP Scripting knowledge, so, some hints will do.