Populate datatable based on form submision
Populate datatable based on form submision

I have a form where a user type for e.g a country name ! I want that on submision my datatable to be populated with informations related to that country. How I take this post variable (country name from input ) and perform queries with it on server-side script (this is on other server) to return the correct json back to client? Thanks in advance
This discussion has been closed.