Page 1 of 1
generate a report????
Posted: Sat Aug 16, 2003 9:41 pm
by irvine
hi,
i want to ask is it possible to write a php code to generate the report about the database?
thank you...
Posted: Sat Aug 16, 2003 10:12 pm
by Moonspell
yes
Posted: Sat Aug 16, 2003 11:27 pm
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.
Posted: Wed Aug 20, 2003 10:21 am
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...
Posted: Wed Aug 20, 2003 10:40 am
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?
Posted: Wed Aug 20, 2003 10:40 am
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.
Posted: Wed Aug 20, 2003 11:49 pm
by irvine
may i have some references????
thank you..
Posted: Thu Aug 21, 2003 12:20 am
by nigma
Posted: Thu Aug 21, 2003 1:54 am
by devork
theses are nice resource
