PHP

CodeIgniter Login with Session

Submitted by nurhodelta_17 on
This tutorial tackles on how to create a simple login page in CodeIgniter with session. CodeIgniter is a PHP framework that uses MVC(Model, View, Controller) architecture. Sessions are variables that can used throughout the app as long as not destroyed. This tutorial will teach you on how to set user session in CodeIgniter.

Responsive E-Learning System using PHP/MySQLi with Source Code

Submitted by jkev on
About In this E-Learning system, you will able to add students in a class, upload files, add Courses, Departments, Subject. It has also a form validator and a Responsive Design compatible with your Mobile Phone and Tablet. It has a very good graphical user interface for you to interact well. The E-Learning system has 3 types of users which are the Admin, Teacher/Faculty, and the Student. The Admin

Simple Blog Using PHP/MySQLi with Source Code

Submitted by pijey on
This is a simple blog system developed in PHP and MySQLi. Users can view posts and the admin can manage posts & categories. This mini-project is a simple blog site where the website visitors can read some articles and can filter the list by the blog categories. The admin will be in charge of maintaining the website data as I have said that they can manage the posts and categories. The home page

Water Billing System for Beginners using PHP/MySQLi with Source Code

Submitted by joel_daitol on
This Water Billing System is a Mini PHP Project that manages the water bills of their clients. This system stores the system users' credentials, client info, and clients' water bills. The system will automatically calculate the bill amount of the client upon saving the previous reading, present reading, and the price of water per cubic meter. I upload this because I want to help other beginners in

Online Job Opportunities in PHP with Full Source Code

Submitted by janobe on
Online Job Opportunities in PHP with Full Source Code The Online Job Opportunities in PHP is a web based system that is developed using PHP, CSS, JavaScript and MySQL for the database. The Online Job Opportunities in PHP has two sides; the jobseeker side and employer’s side. This project is designed as very simple that anyone who has an access into this system won’t find any difficulty with its

Responsive Ordering System using PHP Codeigniter Framework with Source Code

Submitted by oretnom23 on
Project: Responsive Ordering System using PHP Codeigniter Framework About This project is an Online Ordering System with POS and Kitchen Side User Interface. This project is programmed using the Codeigniter framework and some other plugins and libraries. The Client-Side user interface is designed as mobile responsive. When the Cashier, Admin, and the Customers submit their order, the kitchen side

Online Learning Management System using PHP/MySQLi with Source Code

Submitted by jkev on
Hi guys, I have here the last system project that I make when I’m a student. This M-Learning has lots of useful functions for you to use. This system also has a responsive design compatible with mobile devices. The system has 3 types of users which are the admin, teachers, and the students. The admin is in charge of maintaining important data such as the list subject, classes, department, and etc

Online Movie Streaming in PHP with Full Source Code

Submitted by janobe on
Online Movie Streaming in PHP with Full Source Code The Online Movie Streaming is a web based system that is made up of PHP, JavaScript, CSS and MyQSL for the database. It contains two sides; the user side and the admin side. It is so simple and designed as a user friendly system. The admin plays an important role in this Online Movie Streaming in PHP with Full Source Code. About the Online Movie

Easy and Simple Add, Edit, Delete MySQL Table Rows using PHP/MySQLi Tutorial

Submitted by nurhodelta_17 on
In this tutorial, I will show you how to create simple add, edit, and delete functions using PHP, MySQLi. This tutorial does not include a good design but will give you an idea of the basic functions in PHP and basic queries in MySQLi. Creating our Database First, we're going to create a database that contains our data. Open phpMyAdmin. Click databases, create a database, and name it as "basic

Simple Registration Form Validation in PHP

Submitted by GeePee on
This project source code will teach you how to validate forms. Each field in the registration form has its own validation which is the First Name and Last Name has a null or empty validation. These validations will check if the fields are not empty or null. For the Email, upon submitting the registration form the system will check if the value entered in the Email field is a valid email. Then for