reporting system

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
erik
Forum Newbie
Posts: 1
Joined: Fri Oct 01, 2010 4:03 am

reporting system

Post by erik »

Hi all!

I am newbie in this field and i have complex question to the experienced guys.
I need to implement own reporting solution for my software.
requirements:
- simple reports (counting items per period) on daily/weekly/monthly basis
- output: probably html table, because it is easy to publish on webpage or sent by email
- automatic! send to client periodicaly
- independent from DB type (oracle/mysql) and OS

is php suitable technology for such task? i believe it is possible to do it in php but i want to hear some opinions

any opinions are appreciated
User avatar
DigitalMind
Forum Contributor
Posts: 152
Joined: Mon Sep 27, 2010 2:27 am
Location: Ukraine, Kharkov

Re: reporting system

Post by DigitalMind »

erik wrote:is php suitable technology for such task?
Yes
Post Reply