Page 1 of 1

PHP/MySQL data display

Posted: Sun Feb 14, 2010 2:37 pm
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 :)

Re: PHP/MySQL data display

Posted: Tue Feb 16, 2010 11:04 am
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.