Strider Posted January 24, 2011 Report Share Posted January 24, 2011 I am working on code to get the charts for the airports your VA arrives and departs from working, so you can always have in the schedule pilot brief a dep and arr charts. http://malaysiava.org/index.php/schedules/brief/91 Take a look there, the code is simple. <img border="0" src="<?php echo SITE_URL ?>/lib/images/charts/<?php echo $schedule->depicao?>.png" width="387px" height="594px" alt="No chart available" /> <img border="0" src="<?php echo SITE_URL ?>/lib/images/charts/<?php echo $schedule->arricao?>.png" width="387px" height="594px" alt="No chart available" /> All that is required is for you to create a folder in the lib>images called charts, and get the charts, take screenshots and resize and save them as PNG's, make sure the name of the png is the airport code, and in all capitals. I will try and get all airport charts done, and make it into a release. This would be better then seeing the no charts available. Quote Link to comment Share on other sites More sharing options...
Moderators mark1million Posted January 24, 2011 Moderators Report Share Posted January 24, 2011 Yep i have this already but creating all those print screens, just not enough hours in the day Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.