PHP/MySQL

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.

How to Create Registration Page in PHP/MySQL Using PDO Query

Submitted by argie on
This is a simple tutorial that will teach you on how to create a simple registration form using PHP/MySQL using PDO Query and server-side error validation. This tutorial will not teach you on how to create a good design but rather to give you knowledge on how to create a fully functional registration form. This tutorial is different from my previous registration page tutorial. To find out what's the difference, follow the steps bellow

Creating Our Database

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

Page Navigation Using PDO Query in PHP/MySQL

Submitted by argie on
This tutorial will teach you on how to create a content pager using PHP/MySQL. I uses PDO query to retrieve the data from database table. This tutorial is useful when you have multiple data from the database. This code divide the content and display by page. To start this tutorial fallow the steps bellow:

Creating Our Database

First we are going to create our database which stores our data. To create a database: 1. Open phpmyadmin 2. Then create database and name it as "pdo_ret". 3.

Online Supply Inventory System

Submitted by sourcecode07 on
Online Supply Inventory system deals primarily with determining the size and placement of the materials within a facility or within multiple locations of a supply chain network. It is also concerned with the importance of forecasting the required inventory, availability of physical space, and cost in carrying those inventories to maintain the planned course of production against the random

Sort Column (Ascending and Descending) in PHP/MySQL

Submitted by jkev on
Hi guys, In this source code you will learn on how to make a query in MySQL that enables you to sort data by ascending and descending order. This code is simple yet useful to some beginners who want to learn about PHP and MySQL hope you will like this code Thank you. Database name: asc_desc.sql in db folder. Sample code: Order by: Ascending Decending FirstName LastName MiddleName Address Email

Edit Multiple Rows in MySQL with Checkbox

Submitted by jkev on
Hi guys, This code will teach you on how to create an application in PHP that edit multiple rows using checkbox as selector. The feature of this code is it edits multiple data using checkbox as selector. For more information about this code email me at [email protected]. Hope that this will help you in your future activities. Thank you.

Login Page with md5 Encryption in Password field using PHP/MySQL

Submitted by argie on
This code will teach you on how to create a login form with md5 encryption. The feature of this code is, it has a input validation and the password are being encrypted using md5. Download and try this code to learn on how to create a login form with md5 encryption. database name: simple_login