php

Filtering HTML Content Before Loading to Page using PHP Tutorial

In this tutorial, you will learn how to Filter HTML Content before loading or displaying it on the page using PHP Language. The tutorial aims to provide the IT/CS students and new PHP programs with a reference to learn to enhance their knowledge and programming capabilities using the PHP Language. Here, I will provide some snippets and a sample source code that demonstrate the goal of this tutorial.

Online Food Ordering System v2 using PHP8 and MySQL Free Source Code

This project is entitled Online Food Ordering System. It is a simple web application that main developed to automate the ordering process of a certain restaurant or food business. The source code is an updated version of the open-source project that I developed and published before ( Simple Online Food Ordering System using PHP/MySQL). It has a pleasant user interface using the Bootstrap Framework

Using PHPs implode() and explode() Built-in Functions

In this article, you will learn how to use the PHPs implode() and explode() built-in functions. The tutorial aims to provide the IT/CS students and new programmers a reference for widening their knowledge and enhancing their PHP Programming capabilities. Here, snippets that demonstrate the usage of the said PHP functions are provided.

Simple Guestbook Management System in PHP Free Source Code

This mini-project is called Simple Guestbook Management System. It is a web-based application that was written using PHP Language and uses MySQL Database. The application was mainly built for providing the guest of a certain site or platform with an online and automated form to fill up about their information, feedback/comments, and how they knew the site. It has a pleasant user interface using

Checking String if contains specific String in PHP Tutorial

In this tutorial, you will learn how to Check if the String contains the specific String using PHP Language. The tutorial aims to provide IT/CS students and new programmers with a reference to learn the usage of the PHP built-in methods for searching in a string. Here, I will be providing some sample snippets that demonstrate the different effective ways of checking string if contains a string. A sample program source code zip file is also provided and is free to download.

Dynamic Web Notification using PHP and JavaScript Tutorial

In this tutorial, you will learn how to Implement a Dynamic Web Push Notification using PHP and JavaScript. The tutorial aims to provide IT/CS students a reference to learn the usage of JavaScript Notification API and Integrate it with PHP Language and Ajax requests. Here, snippets of a sample application will be provided. Also, I have provided the working source code zip file of the simple program that demonstrates the implementation of dynamic web push notifications.

Raffle Draw System using PHP and JavaScript Free Source Code

This is a simple project called Raffle Draw System. It is a web-based application that was developed with PHP and JavaScript. The application manages the raffle draw tickets, draws winners, and randomly selects the draw winners. It has a simple and pleasant user interface with the help of Bootstrap v5 Framework. it also consists of user-friendly features and functionalities. How does Raffle Draw

Importing CSV File Data into MySQL Database using PHP Tutorial

In this tutorial, you will learn how to Import CSV File Data Into MySQL Database using PHP. The tutorial aims to provide the IT/CS Students and new programmers with a reference for reading CSV Files in PHP and Import Data into the Database. Here, the step-by-step tutorial with snippets is provided and a sample program source code zip that demonstrates the tutorial objectives is free to download.

Generate User Avatar using PHP Tutorial

In this tutorial, you will learn how to Generate User Avatars using their name's initials in PHP. The application aims to provide IT/CS Students and new programmer with a reference that help them to enhance their programming capabilities. Here, are simple snippets that generate user avatars. A sample source code zip file is also provided and is free to download.

Compressing Multiple Files as Zip and Download it using PHP

In this tutorial, you will learn how to Compress Multiple Files as Zip and Download it using PHP Language. The tutorial aims to provide IT/CS Students and new programmers with a reference on using PHP ZipArchive(). Here, I will be providing a simple web application's snippets and source code zip file which demonstrates our main objective in this tutorial.