RE: [PHP] airport codes db

2002-11-13 Thread Jon Haworth
Hi Eddie,

 I am working on a php page where I need some airport codes 
 data, I have seen a few places online where you can buy this 
 data so I was wondering if anyone has used any of these databases 
 and if anyone had a good source for a mysql airport code db.

Google is your friend.

http://www.google.com/search?q=airport+codes
   ^
(note similarity of search phrase to subject line of this message)

Cheers
Jon

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] airport codes db

2002-11-13 Thread Mika Tuupola
On Wed, 13 Nov 2002, Edward Peloke wrote:

 I am working on a php page where I need some airport codes data, I have seen
 a few places online where you can buy this data so I was wondering if anyone
 has used any of these databases and if anyone had a good source for a mysql
 airport code db.

http://www.markokarppinen.com/airports.html

From the readme: This SQL table of little more than 8000 airports
around the world has been compiled from various sources on the 
Internet. I believe I¹ve had to do a sufficient amount of my own
work and data mangling to call this my own. 

Each table row contains
 - The airport¹s three-letter IATA code
 - A two-letter ISO country code
 - Latitude and longitude (as doubles)
 - A display name for the airport 

...

-- 
Mika Tuupola  http://www.appelsiini.net/~tuupola/


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php