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
reporting system
Moderator: General Moderators
- DigitalMind
- Forum Contributor
- Posts: 152
- Joined: Mon Sep 27, 2010 2:27 am
- Location: Ukraine, Kharkov
Re: reporting system
Yeserik wrote:is php suitable technology for such task?