Gererating mysql reports

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
sirimallamurali
Forum Newbie
Posts: 11
Joined: Sun Jun 14, 2009 10:41 pm

Gererating mysql reports

Post by sirimallamurali »

Hi all,

i have one question pls help me. i want to generate reports from mysql using php. how can i generate those reports can anybody pls send samle code.


thanking you,,
Last edited by sirimallamurali on Thu Jun 25, 2009 8:45 pm, edited 2 times in total.
User avatar
onion2k
Jedi Mod
Posts: 5263
Joined: Tue Dec 21, 2004 5:03 pm
Location: usrlab.com

Re: Gererating mysql reports

Post by onion2k »

Connect to the database, fetch the data, display it however you want it to be displayed.

Easy really.
Post Reply