PDO Login

Pharmacy's Dispensing Management System using PHP/PDO with Source Code

Submitted by tuba on
This is a simple Pharmacy's Dispensing Management System programmed using PHP/PDO. The system has 4 types of users are the Administrator, Pharmacist, Doctor, and Receptionist. The Administrator User can manage all the features of the system and he/she is the only user who can create a new system user. The Pharmacist Users have access to managing the stock of the medicinal drugs and they are the

How to Create Login Page in PHP/MySQL using PDO Query

Submitted by argie on
Yesterday I posted a tutorial on how to create a registration page using PHP/MySQL with PDO Query. To make some follow up with my registration page tutorial, I decided to create another tutorial on how to create a login page using PHP/MySQL with PDO Query Also. in this tutorial you will also learn how to use php server side validation and how to add filter in PDO Query. Username: admin Password: admin To start this tutorial let’s follow the steps bellow.

Creating Our Database

First we are going to create our database which stores our data. To create a database: 1.