Please help me
how to auto input data depended what i input in html form.
example:
in a form have a two field "CITY" AND "ZIPCODE" i want when anyone type any zip code on zip code field then the city field auto full up
more example:
input zipdcode="1050" auto input in city="dhaka"
input zipcode="3000" auto input in city="barisal"
input zipcode="5000" auto input in city="khulna"
just like this here is a picture
google geocoding API is suits your requirement , if possible than use it for your application with help of its JS-API.
FOR EXAMPLE
Checkout the following