Learn on how to create a Simple Search Box using PHP. A simple code that can search your desire keyword in the database. This can use a base for your search engine application project.
This is a Simple Student Information and Billing System Project that was developed using VB.NET and MS SQL Server Database. The system stores the students' information and manages the payment records of the certain school. The system also stores and manages the list of the school's a cademic year, courses, and subjects of the students. With the help of this system, the school can manage their
This online job search system aims to help job seekers what jobs are available to apply for. This system allows candidates to complete online job applications and upload their updated resume . In this way, it will be easier for employers to manage job applications, most especially when there are many job candidates. Then, the employer/ admin will notify the candidate if he/she is qualified for the job.
This tutorial tackles how to create a simple signup form with validation and email verification in CodeIgniter. CodeIgniter is a lightweight PHP framework that uses MVC(Model-View-Controller) architecture. Sending email verification is a way to check whether the users' inputted email is valid or not.
This is an Automated Teller Machine (ATM) System programmed through C# and MS Access as database that I used. The program can manage the client's Balance Inquiry, Withdrawal, and Deposit Transaction to the bank. The system has also an admin panel where can admin users can manage the clients accounts. The admin can block and unblock the clients account which means the blocked accounts cannot login
This is a simple project called Document Management System. This web application is developed using PHP/MySQLi. The main purpose of this project is to store and manage the file documents of a certain company or organization. The system store the documents in the database as BLOB type. Talking about storing the documents in the database, the system also stores other file information such as the
This is a Simple Library System that was developed using VB.Net and MS Access Database. The program can help students, beginners, or new in the said programming language to understand how to integrate VB.NET and MS Access database. The program is able to store, update, delete, view, and search book details. The program is a single-form application which means all functions/features of this simple
This tutorial tackles on how to create a statistical representation of data in MySQL Database using Chart.js with PHP to fetch data from the database. In this tutorial, I'm going to show an area chart representation of data from our database. I've also added a form that can save data to our database to practice this tutorial.
This tutorial tackles how to create a progress bar in Angular JS. Angular JS is a javascript framework maintained by Google and is capable of creating Single-Page Applications. In the case of this tutorial, we show our progress bar on file upload to track its progress. Increase your upload size by editing your php.ini for uploads.
This is a Simple Library Management System project that was developed using PHP. The system has 2 types of system users which are the Administrator and the students. The administrator is in charge to manage system data such as the books. The student users can read the announcements and borrow books. The system also computes the overdue fines of the students for their borrowed books. This is a