How to Use jQuery Ajax Call in PHP Script – Info PHP
Related Posts
beforeSend: When we send a request to the server then before that the beforeSend function will excute.
Complete: If the request successfully executed when the request finishes.
Data: Which data (string) value will be sent to the server.
Success: When this function is executed if the request succeeds.
type This is used to send data to a GET or POST method. The default value is GET.
POST method
GET method
url: Which the request is sent.
Article Prepared by Ollala Corp
