Build a CMS using Codeigniter part-2 Hello guyz! We’re going to head through the second part of this tutorial. Here we’re going to learn some...
Build a CMS using Codeigniter part-1 Hi guys! We’re back on the track again. Now what we’re going to do here is create a simple...
CRUD with PDO and OOP PHP In this article We are going to talk about the CRUD system with “PDO” in OOP PHP. Before we...
Login and Registration Using OOP with MySQLi First of all create a database & create a table with the name ‘users’. Now as we’ve created our...