MySQLi

Simple Charity Website Management System (CMS) in PHP Free Source Code

Introduction This is a PHP Project that I created entitle Simple Charity Website Management System. This project is a sort of CMS (Content Management System) for a charity or foundation. The source code will help you understand how does a CMS website works and build using PHP Language. The source code itself is nice to start with for those who are planning to develop a website like this. It is

Simple News Publishing System in PHP Free Source Code

Introduction This is a Simple PHP Project entitled Simple News Publishing System. This simple web-based application project can publish news content digitally. The system is very straightforward, the user must provide login information in order to access the system content. The user can add category news, category update, publish news content, and edit the content of news. The system can publish

Creating a Simple Sign Up Form with Validation in PHP/MySQLi Tutorial

This tutorial will show you how to create a simple sign-up form with validation using PHP/MySQLi. This tutorial does not include a good design but will give you an idea of how to create a simple Sign Up form using PHP/MySQLi. The sign-up form that we will create has a validation that returns messages in each field that has a value that hasn't reach the input field requirement such as null values

Complaint Management System in PHP Free Source Code

Complaint Management System with Source Code is a PHP project that can request a complaint through an online service. The system is easy to operate and manage, the user can sign up for an account and provide login information before you send your complaint request. The user must fill up some needed information to start up a complaint to any topic that they're against. About the Complaint

Online Course Registration in PHP Free Source Code

Online Course Registration System with Source Code is a PHP project that can enroll students in any course in a convenient way. The system is easier to use, the student is required to log in first before they can enroll. The student must provide their pin# to proceed in the selection of courses. They can also print out their registration details after finishing the enrollment process. About The

Creating an AngularJS CRUD using UI-Router and PHP/MySQLi Tutorial

This tutorial tackles on how to create a CRUD Operation in Angular JS using Ui-Router to manage our routes and PHP/MySQLi to handle our backend with MySQL as our Database. You will learn in this tutorial how to use UI-Router. Angular JS is a javascript framework maintained by Google and is capable of creating Single-Page Applications.