Learn about how to send data in ajax call in javascript and php tamil | how to get dynamic data from database in ajax php | how to fetch dynmic data from mysql db in ajax | javascript ajax and php | how to select particular data using ajax in javascript and php | how to send values in ajax
You can send the data through the url with ? and its name as well as we have to use & symbol between the two values
if you send the data using in post method then you have to give the setrequestheader () function then only the data will be send.
req.setRequestHeader("Content-type", "application/x-www-form-urlencoded");
How to call ajax without sending any data
• How to fetch data from database in ajax us...
How to fetch data from mysql db
• How to fetch data from mysql database and ...
Sync Vs Async
• What is Synchronization vs Asynchronizatio...