P2P | IT Discussions Forum

Full Version: web scripts
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.
Reference URL's