PHP/MySQL data display

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
dragonofra3
Forum Newbie
Posts: 1
Joined: Sun Feb 14, 2010 2:27 pm

PHP/MySQL data display

Post by dragonofra3 »

Hello all,

I'm trying to make a php page that display all the customers with their credits for one month but the display should not be as the normal display in normal table with <th> tag up , and the data will fetch in rows , but i nees something close to this :

first row : bill id
second row : the name in column and the date in the other column
third row : the total payment and last and current credits

and after finishing from first one they will do the same for all other customers because this page should print , is that possible in php ? and if it's possible can someone help me ?

thank you :)
JakeJ
Forum Regular
Posts: 675
Joined: Thu Dec 10, 2009 6:27 pm

Re: PHP/MySQL data display

Post by JakeJ »

And why don't you want to use the <th> tag? You could always use line breaks but that seems a little clunky.
Post Reply