James142 Posted June 26, 2011 Report Share Posted June 26, 2011 Hello. I was wondering if it was possible to call all the airport information from the database into a .xml file? for example: Dublin airports lat/long is: 51.5002/-0.1262 So I wish to display: <lines> <line lat="51.5002" long="-0.1262" width="1" name="Dublin" alpha="40"></line> </lines> Any help is appreciated, James Quote Link to comment Share on other sites More sharing options...
James142 Posted June 26, 2011 Author Report Share Posted June 26, 2011 Would I have to make a php file to create the .xml file? Quote Link to comment Share on other sites More sharing options...
Strider Posted June 26, 2011 Report Share Posted June 26, 2011 What is the xml file to do? Quote Link to comment Share on other sites More sharing options...
James142 Posted June 26, 2011 Author Report Share Posted June 26, 2011 What is the xml file to do? Create a flash map showing all flights from each of the hubs... Quote Link to comment Share on other sites More sharing options...
Strider Posted June 26, 2011 Report Share Posted June 26, 2011 Looks like you will have to create a php file to create the xml file. Quote Link to comment Share on other sites More sharing options...
Jeff Posted June 27, 2011 Report Share Posted June 27, 2011 Mr. Barrett, Try locating the Airport Table here in the forums. I believe it shows you the complete list of every airport in your database as well as the Lat/Lon. You can then see how it is pulling that info, and tweak your code to work on the page you want. 1 Quote Link to comment Share on other sites More sharing options...
James142 Posted June 27, 2011 Author Report Share Posted June 27, 2011 Mr. Barrett, Try locating the Airport Table here in the forums. I believe it shows you the complete list of every airport in your database as well as the Lat/Lon. You can then see how it is pulling that info, and tweak your code to work on the page you want. Or I could have just used my brains and searched it on google. Found it thanks 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.