Online Veterinary Appointment System using PHP/OOP Free Source Code

Submitted by oretnom23 on
Introduction This is a PHP Project entitled Online Veterinary Appointment System. It is a web-based application that provides an online appointment platform for Veterinary Clinic's clients. This project manages the appointment requests of pet owners online. This allows the clients to book an appointment to desired dates if there's a slot available. It has a pleasant user interface and is easy to

Simple Breakout Game using JavaScript with Free Source Code

Submitted by razormist on
Simple Breakout Game using JavaScript with Free Source Code Simple Breakout Game with Source Code is a project that is a single-player game where your objective to destroy all the brick above. The game has a basic design that contains colored box and paddle. The purpose is to create some entertainment factor with your friends. About the System The Simple Breakout Game was created in a HTML web

Find my RGB Color Game using JavaScript with Free Source Code

Submitted by razormist on
Find my RGB Color Game using JavaScript with Free Source Code Find my RGB Color Game with Source Code is a project that is a single-player game where your goal is guess what the color is given. The game has a basic design that contains colored box and text. The purpose of is to help you relieve your stress from over work. About the System The Find my RGB Color Game was created in a HTML web

Hospital's Patient Records Management System in PHP Free Source Code

Submitted by oretnom23 on
Introduction This is a Simple PHP Project entitled Hospital's Patient Records Management System. It is a web-based application that provides an automated platform for a hospital to store and manage its patient records. Here, the management can record the patient's diagnostic/treatment and admission records. The data are stored using MySQL Database. It has a simple and pleasant user interface using

New Year Countdown Timer using JavaScript with Free Source Code

Submitted by razormist on
New Year Countdown Timer using JavaScript with Free Source Code New Year Countdown Timer with Source Code is a project that can track the timer for the incoming new year eve. The application was made so simple that contains only a text and image sprite. The benefit of the project to make you and your family to counter for the new year celebration. About the Application The New Year Countdown Timer

Exporting MySQL Data into a CSV File in PHP Tutorial

Submitted by oretnom23 on

In this tutorial, you will learn how to create a Export MySQL Data to CSV File. With the use of some built-in PHP Functions such as PHP fopen() and fputcsv() we can create a CSV file with data. This tutorial can be useful for your future projects that requires a CSV Exportation Functionality.

Here, we will create a simple PHP application with dummy MySQL data and has an anchor/button that triggers to export the data to CSV File.

How to Create a Flash Message in PHP using Session Tutorial

Submitted by oretnom23 on

In this tutorial, you will learn how to create a Flash Messages in PHP Language using PHP Session. The Flash Message that I am talking about is like the CodeIgniter's Flashdata Function. It allows the developer to store a temporary messages or data that can be access on the next request and after use.

Simple Student Management System using C with Free Source Code

Submitted by razormist on
Simple Student Management System using C with Free Source Code The Simple Student Management System with Source Code is a project that can help you manage students record. The system can help fasten your enlisting of student information. The purpose of the system is to lessen the workload of teachers for listing their students. About the System The Simple Student Management System was created in a

Creating a Video Tag's Custom Controls using jQuery Tutorial

Submitted by oretnom23 on

In this tutorial, you will learn how to create a Custom Controls for the HTML Video Elements. here, you will know how to create a custom play/pause button, stop button, playback slider, and volume slider. The custom controls functionalities can be achieve using JavaScript and jQuery Library.

List Pagination using PHP, jQuery, and Ajax Tutorial

Submitted by oretnom23 on

In this tutorial, you will learn how to add a Pagination Feature in your HTML List loaded from the Database. Here, you can achieve the said feature in your project with the use of jQuery library and Ajax Request. This feature is very helpful to optimize the load duration of your website in terms of loading a page with a bulk list data.