Simple Bar and QR (Quick Response) Code Generator Web App in PHP Free Source Code

Submitted by oretnom23 on
Introduction This is a Simple Mini-PHP Project that I called Simple Bar and QR (Quick Response) Code Generator Web App. It is a web-based application that allows users to generate a printable tag that has a QR and Bar Code in it. I developed this application to help IT/CS students or self-learners to have an idea of how to generate QR and Bar Code in a PHP Project. The application uses some

Event CRUD in FullCalendar using PHP and jQuery Tutorial

Submitted by oretnom23 on

In this tutorial, I will show how to Create CRUD Operation in FullCalendar with PHP and MySQL Database. here, you will learn to add, edit, view, and delete events on the calendar. The events will be stored in MySQL Database. This feature can be useful for your future PHP Projects such as Appointment Management Systems or Scheduling Systems.

Online Railway Reservation System in PHP/OOP Project Free Source Code

Submitted by oretnom23 on
Introduction This is a PHP Project entitled Online Railway Reservation System. It is a web-based application that provides an online platform for railway or train station passengers or possible passengers to explore their schedules and reserve a seat. This application does not support any payment API and was developed only for educational purposes to give an idea to the IT/CS students and self

Simple Text to Speech App using JavaScript with Free Source Code

Submitted by razormist on
Simple Text to Speech App using JavaScript with Free Source Code Simple Text to Speech App with Source Code is a project that can convert a text into a speech by entering in the text field. The application was made so simple that contains only a text and audio. The benefit of the project to show how the you can convert a entered text to sounds. About the Application The Simple Text to Speech App

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.