Genarating Report

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
hari.rao
Forum Newbie
Posts: 11
Joined: Mon Mar 06, 2006 7:07 pm
Location: Malaysia

Genarating Report

Post by hari.rao »

Hei guy's....im a new user to php. currently my company wan's me to genarate their daily report on php. so pls give me out some idea's and if possible sample codes for me to refer. thank you guy's. really appreciate it. bye...
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

What kind of report? Any particular format/file-type?
hari.rao
Forum Newbie
Posts: 11
Joined: Mon Mar 06, 2006 7:07 pm
Location: Malaysia

report

Post by hari.rao »

its a report for the customer to view the status of their product. the information of this report should be extracted from sql table. my supervisor told me to create it on zip format. how do i do this?????? thanks for ur reply.
hari.rao
Forum Newbie
Posts: 11
Joined: Mon Mar 06, 2006 7:07 pm
Location: Malaysia

Report

Post by hari.rao »

ok guys, this is the pic like.........my supervisor want's me to create a php page. so that when i click like http://localhost/webreport/stock_report.php, it will automatically zip this report (stock_report.xls) and mail it so the vendor. How do i go around with this....pls help..urgent....he's getting on my neck. thanks.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

look on pear.php.net and in Code Snippets here. Both have tools you may find useful like Spreadsheet_Excel_Writer from Pear. And maybe a Zip class from here...
Post Reply