Controlling MySQL Results

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
ianhull
Forum Contributor
Posts: 310
Joined: Tue Jun 14, 2005 10:04 am
Location: Hull England UK

Controlling MySQL Results

Post by ianhull »

How do people control the MySQL Results and set them into two columns?

I am selecting Module and Image from my table but I would like the results to be layed out with two modules in 1 row and so on.

Anyone shine any light on this?

Thanks
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Post by RobertGonzalez »

Do you have any code you can post? I think I know what you are asking, but I want to be sure.
User avatar
harrisonad
Forum Contributor
Posts: 288
Joined: Fri Oct 15, 2004 4:58 am
Location: Philippines
Contact:

Re: Controlling MySQL Results

Post by harrisonad »

ianhull wrote:... two modules in 1 row...
mmmm.... :roll:
Post Reply