MySQL

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 …

Ajax Infinite Scroll Using jQuery, PHP and MySQL Read More »

Dynamically Add Input Fields And Submit To Database With jQuery and PHP

Previously I wrote about adding dynamic input fields in a webpage using jQuery, I got a lot of queries on how to submit it to database. This tutorial is all about generating input fields on the fly in a web page and submitting the entered data into database. For this tutorial let’s assume you have …

Dynamically Add Input Fields And Submit To Database With jQuery and PHP Read More »

Create Simple But Secure Registration form in PHP using PDO

As PHP is one of the most loved languages among web developers, there are many popular websites and web applications built with PHP. Your code needs to be secure in order to defend against various vulnerabilities and attacks. One of the most popular attack is SQL Injection, All poorly coded websites are vulnerable to SQL …

Create Simple But Secure Registration form in PHP using PDO Read More »