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

Stationery Information System in VB.Net with Full Source Code

Submitted by janobe on
Stationery Information System in VB.Net with Full Source Code The Stationery Information System is an automated system that is developed using VB.Net and Microsoft Access database. It is a user friendly system that the features are very easy to use. The Stationery Information System has two sections which are the user section and the admin section. The admin plays an important role in this

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

How to Create a Navigation Bar in HTML/CSS

Submitted by rinvizle on

This simple tutorial will teach you how to make a Navigation Bar through CSS script in horizontal and vertical postion. A navigation bar is a user interface element within a webpage that contains links to other sections of the website. In most cases, the navigation bar is part of the main website template, which means it is displayed on most, if not all, pages within the website. This means that no matter what page you are viewing, you can use the navigation bar to visit other sections of the website.

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