I have two textboxes, Zip Code and City. When the user enters a Zip, the City should be automatically generated in the city textbox.
The Zip Code and City are stored in the a table in the Database. My Backend is PHP using kohana 2.3.4 framework and DoctrineORM. and My Database is MySQL.