PHP/MySQL data display
Posted: Sun Feb 14, 2010 2:37 pm
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
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