Report Tutorial?

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
jmilane
Forum Commoner
Posts: 89
Joined: Mon Aug 07, 2006 6:05 pm

Report Tutorial?

Post by jmilane »

I was wondering if anyone was aware of any tutorials out there that walk you through how to set up a report with PHP? Including the header, connecting to the database, formatting the results, page breaks... all that stuff??

I have looked, and cannot find one. I can research this all seperately but I thought maybe someone would be aware of a singular source for this information.

Thanks a lot either way.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

I believe you are looking for the term we, developers, refer to as pagination.
jmilane
Forum Commoner
Posts: 89
Joined: Mon Aug 07, 2006 6:05 pm

Post by jmilane »

feyd wrote:I believe you are looking for the term we, developers, refer to as pagination.
Okay then. We, novices, thank you.
Post Reply