generate a 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
irvine
Forum Newbie
Posts: 14
Joined: Sat Jul 26, 2003 3:04 am

generate a report????

Post by irvine »

hi,

i want to ask is it possible to write a php code to generate the report about the database?

thank you...
Moonspell
Forum Newbie
Posts: 21
Joined: Tue May 13, 2003 4:54 pm

Post by Moonspell »

yes
User avatar
nigma
DevNet Resident
Posts: 1094
Joined: Sat Jan 25, 2003 1:49 am

Post by nigma »

What kind of report you have in mind? Just being curious, chances are you can do almost any report you want to do if you have the creativity and coding skills needed.
irvine
Forum Newbie
Posts: 14
Joined: Sat Jul 26, 2003 3:04 am

Post by irvine »

hi,

generate a report regard the apply leave details....gather all the staff info and the details....all these info are in difference table in the database...so how to write a php code to gather all these info and show at the web site when the admin click a 'show ' button??

the report is analys year by year... that means has a field box to fill in the year (2000) to (2003)....

thank you...
User avatar
nigma
DevNet Resident
Posts: 1094
Joined: Sat Jan 25, 2003 1:49 am

Post by nigma »

I wouldn't expect anyone to write that entire thing out for you ... lol. You should read some tutorials on PHP + mySQL interaction. If you want I can give you a list of some tutorials that have been useful to me in the past?
McGruff
DevNet Master
Posts: 2893
Joined: Thu Jan 30, 2003 8:26 pm
Location: Glasgow, Scotland

Post by McGruff »

That's exactly what php is designed to do.

Don't forget query logic - that can often do a lot of the work in one fell swoop.
irvine
Forum Newbie
Posts: 14
Joined: Sat Jul 26, 2003 3:04 am

Post by irvine »

may i have some references????

thank you..
User avatar
nigma
DevNet Resident
Posts: 1094
Joined: Sat Jan 25, 2003 1:49 am

Post by nigma »

User avatar
devork
Forum Contributor
Posts: 213
Joined: Fri Aug 08, 2003 6:44 am
Location: p(h) developer's network

Post by devork »

theses are nice resource :!:
Post Reply