I am really looking for some good article that could help me understand the basics of writing JQuery Ajax in a php web page? Explanation with some sample code would be really helpful.
Hello Karthik, I guess what you're looking for is how to make Ajax call using jQuery and your case the webpage is being rendered by PHP code. Just use $.ajax() method available in jQuery. There are lot of articles on how to use $.ajax()