Category: Ajax
-
Cascaded Dropdown in jQuery Ajax, PHP and MySQL
Hi Guys, We are getting good response for our simple tutorial on Cascaded drop down with jQuery, Ajax and PHP. In comments and emails I am usually asked on how to save the value back to database. So In this post we will see that. In our previous cascaded dropdown tutorial we were populating the…
-

CRUD example in PHP jQuery and Ajax
We received a lot of tutorial requests from users and most often they (mostly new developer) ask for simple CRUD operation (create, read, update and delete) in PHP, jQuery and Ajax. And I think it’s a good suggestion as it will certainly clear some basic concepts as well. So in this post we will share…
-
Dynamically Add Input Fields And Submit To Database With jQuery and PHP -2
I am sure you all would love this tutorial as it was requested from many of our awesome readers. You would have seen our tutorial on How to Dynamically Add Input Fields And Submit To Database With jQuery and PHP. I received a good response for this tutorial, people asked how it would work if we have a…
-

Ajax Infinite Scroll Using jQuery, PHP and MySQL
We have covered tutorial on Ajax based pagination using jQuery. To display more content to user without navigating to other pages ajax pagination comes very handy. We have another great method to display more content to user without letting user to navigate to different page and it’s called Infinite scrolling. It’s good to load the…
-

Create Ajax Pagination with MySQL, PHP and jQuery
Hi guys, I received an email from one of our readers requesting tutorial on Ajax table pagination. There are already many tutorials on Ajax Pagination but I saw users comment and found most of the scripts are missing basic features that a standard pagination system must have, so we wrote our own. It is a…
