MySQL Database
Simple Bar and QR (Quick Response) Code Generator Web App in PHP Free Source Code
Event CRUD in FullCalendar using PHP and jQuery Tutorial
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
Online Veterinary Appointment System using PHP/OOP Free Source Code
Hospital's Patient Records Management System in PHP Free Source Code
Exporting MySQL Data into a CSV File in PHP Tutorial
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.