
In this tutorial, I will explain how to perform PHP CRUD operations using PDO Prepared Statements. CRUD stands for Create, Read, Update and Delete, these four functions are essential part of any application.
15 Comments
Facebook Official Page: All PHP Tricks
Twitter Official Page: All PHP Tricks

Today i will explain how to reset your account password using mail, PHP and MySQL, in this tutorial we will implement Forgot Password Recovery (Reset) using PHP and MySQL.
233 Comments
Facebook Official Page: All PHP Tricks
Twitter Official Page: All PHP Tricks

In this tutorial, we will create a Simple Shopping Cart using PHP and MySQL. Purpose of this tutorial is to explain the basic concept of shopping cart, and how to use PHP session to store values into array of cart.
206 Comments
Facebook Official Page: All PHP Tricks
Twitter Official Page: All PHP Tricks