I want the data in the html form i.e come from the Database when i select the dop(date of photography) in the form using JAVA as a Backend
So I’m creating a form for my project Dynamic Web Application in eclipse IDE I want that when I select dop a query will fire to database i.e. postgresql and the remaining data is filled based on the dop from the database using JAVA(for Backend),JavaScript AJAX,and HTML,