Auto fill country and city from zip code, and the oposite
问题 I am trying to make a simple form that requires address and zip code, so I was wondering if there is a way to auto populate those fields based on what the user has already typed. So for example if he decides to enter only the zip code the city and country fields will be filled automatically and vice-versa. After searching a while I found these databases that I could possibly use Link 1 Link 2 But apart from that I am not sure how to do this using PHP and MySQL. any help would be appreciated.