how can i print single mysql query array data in multiple TD

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
mwgi2005
Forum Newbie
Posts: 2
Joined: Fri Feb 29, 2008 11:19 pm

how can i print single mysql query array data in multiple TD

Post by mwgi2005 »

Hey All,

i am new here, i have got seven categories from the query, let suppose the categories are (Audio, Video, Browser, Antivrus, Wallpapers, Desktop, Scripts) i want to print them as following, each table have a partation in the center, each TR consist of 3 TD's, and after that i we have any more data, then a loop should create
new layer, and one thing nore, which is not working here, the background of first row should have any colour and the second TR dont have, then for the third colour background and fourth simple (no colour), and this process will continue untill the data in query printed completly.

i'll be waitng for the prompt reply, if any one can help me out please do it.

Audio | Video
Browser | Antivrus
Wallpapers | Desktop
Scripts | empty
User avatar
Kieran Huggins
DevNet Master
Posts: 3635
Joined: Wed Dec 06, 2006 4:14 pm
Location: Toronto, Canada
Contact:

Re: how can i print single mysql query array data in multiple TD

Post by Kieran Huggins »

what have you tried?
mwgi2005
Forum Newbie
Posts: 2
Joined: Fri Feb 29, 2008 11:19 pm

Re: how can i print single mysql query array data in multiple TD

Post by mwgi2005 »

no i dont how to use jquery, please help me out of this through php,

no i have just create a while loop and between that code i have created tables, which i have told you before, if you can write a code, then i'll be thank full to you, i have no idea how to print those records indivisualy in each table data,
Post Reply