PHP

Time Management System in Laravel with Full Source Code

Submitted by janobe on
Time Management System in Laravel with Full Source Code The Time Management System is an automated system that is developed using PHP, Laravel and MySQL database. The main purpose of this Time Management System is to help people manage their time well to be more effective with their work and to have a more productive day. About the Time Management System In this Time Management System, the admin

Online Hotel Reservation System in PHP/MySQLi with Source Code

Submitted by janobe on
This Online Hotel Reservation System is an automated system that allows your guest to plan their bookings online at their convenience. With the help of this system, you can manage well your business that can increase both your efficiency within the office and your profit. Now, your bookings are easily accessible anytime and anywhere as long as you have an internet connection and a laptop

Online Ordering System in PHP/MySQLi with Source Code

Submitted by janobe on
About This online system is a multi-store ordering system that can be use in any small businesses. In this system, the customer can select wide range items such as electronics, fashion apparel, home appliances and many more. These products come from different stores where they are allowed to sell their merchandise. Ordering online is now one of the easiest tasks to do with the help of your PC

Online Documents Sharing Platform in PHP with Full Source Code

Submitted by janobe on
Online Documents Sharing Platform in PHP with Full Source Code The main purpose of this Online Documents Sharing Platform is to allow students share their notes/documents digitally with their colleagues and teacher. This is very useful for schools or universities that are now into online class due to the Pandemic. Since face to face class is not still allowed, it is a burden for the teacher and

Travel Management System in PHP with Full Source Code

Submitted by janobe on
Travel Management System in PHP with Full Source Code The Travel Management System in PHP is an automated system that aims to help customers easily check their package details and at the same time it helps the travel company keep track of the packages online. This Travel Management System in PHP is designed as a simple project that the functions used here can be easily operated by the user or

House Rental and Property Listing in PHP with Full Source Code

Submitted by janobe on
House Rental and Property Listing in PHP with Full Source Code The House Rental and Property Listing in PHP is designed as a simple project that the main purpose is to give convenience to user in finding the right rental home or property. This House Rental and Property Listing is developed using PHP, JavaScript, Bootstrap, CSS and MySQL for its database. It’s a user friendly system that user won’t

E-Learning System Using PHP/MySQLi with Source Code

Submitted by janobe on
E-Learning System is a web based system that aims to make the role of teachers easier in making their lessons, activities and quizzes. The function of this is, the teacher can upload his lesson whether it’s a video or a pdf file. He can also set questions of quizzes or activities based on the lesson that he uploaded. The students need to create an account first so they can log-in and they can now view the lesson and take the quiz. And if the student already has an account he has now an access to download and view the videos/pdf files.

Upload and Download Files in PHP/PDO Tutorial

Submitted by Jeprox on
In this simple source code, you can learn how to manage (upload/download) files using PHP/PDO. The simple project can store different types/formats of files and also the user can download the uploaded file. The source code can detect if the file name has duplicates and will automatically add a number for example if the filename "sample.pdf" already exists in the database the system will store the

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.