![]() |
Pilot Log Book - Printable Version +- FsPassengers Forums (http://www.fspassengers.com/forum) +-- Forum: FsPassengers (http://www.fspassengers.com/forum/forumdisplay.php?fid=3) +--- Forum: FsPassengers General (http://www.fspassengers.com/forum/forumdisplay.php?fid=4) +--- Thread: Pilot Log Book (/showthread.php?tid=2523) |
Pilot Log Book - Claude Cheatwood - 12-01-2007 I am using FSP with my VA and I'm wondering if anyone knows an automated method of transferring the flight hours from the "FsPlistflight.php" over to an htm or php page which will serve as a pilot log book. Here is my va's FSP flights page: http://www.sageairways.com/fsp/FsPlistflight.php Here is an example of what I'm trying to acheive: http://www.sageairways.com/crew/SYW100.htm (this is all entered manualy for demonstration. I know the pages are both a little unattractive but once I get this all figured out I will pretty them up to match the site. Claude Re: Pilot Log Book - DBE - 12-01-2007 Sure! All flights are stored in a MySQL database, so it's just a matter of displaying only those flights which concern a certain pilot. Check out a possibility here: ==> http://www.race.d2g.com/selva/sv/fsplistflight.php?action=PILOTS (script is in the "More downloads" section) |