News

User Login system built with PHP and MySQLi for managing residential architecture plans. There are four types of users: administrator, moderator, registered and unregistered users. Each user has its ...
Having struggled to find a secure, easy, wrapper to use with PHP for MySQLi databases that would prevent SQL Injection attacks, and also make encryption easy, I decided to make my own. This PHP MySQLi ...
In previous posts we have learned about creating a connection to a MySQL database with procedural and object oriented way, we also learn how to run a query with mysqli. This article demonstrates how ...