PHP

Human Resource Management System Project in PHP and MySQL Free Source Code

Submitted by oretnom23 on
Introduction This is a simple Human Resource Management System. It is a web application that was developed in PHP and MySQL Database. It aims to provide an online automated platform for certain company employees' to manage or submit their leave applications. It has a pleasant user interface with some gradient color and uses Bootstrap and Responsee Framework for the page designs. It consists of

Creating CRUD Operation using PHP OOP Approach and SQLite3 Database Tutorial

Submitted by oretnom23 on

Introduction

In this tutorial, you will learn how to create a CRUD (Create, Read, Update, and Delete) Operation using PHP OOP Approach and SQLite3 Database. This tutorial aims to provide the IT/CS students or those who are new to PHP Language a reference to learn with for learning and enhancing their programming capabilities.

Secure Login and Registration in PHP using Prepared Statements Tutorial

Submitted by oretnom23 on

Introduction

In this tutorial, you will learn the basics and best practices to create a Secure Login and Registration in PHP. This tutorial provides sample snippets that demonstrate a secure login and registration feature in PHP using Prepared Statements. The main goal of this article is to provide the students or those programmers who are new to PHP Language a reference to learn with.

Password Storage Application in PHP/OOP and MySQL Free Source Code

Submitted by oretnom23 on
Introduction This project is entitled Password Storage Application. This is a web application that stores, encrypt, retrieves, and decrypt keys or password. The main purpose of this project is to provide anyone where they can store their site credentials securely. It has a simple and pleasant user interface using the Bootstrap v5 Framework. It consists of user-friendly features and functionalities

Train Scheduler App using PHP OOP and MYSQL Database Free Download

Submitted by oretnom23 on
Introduction This is a simple project entitled Train Scheduler App. It is a web application that was developed using PHP OOP and MySQL Database. The application helps the train station to provide their passengers with a monitoring platform for the upcoming or current train schedule. It has a simple and pleasant user interface with the help of Bootstrap v5 Framework. It consists of user-friendly

Configuring MySQL Database Connection using PHP OOP Approach Tutorial

Submitted by oretnom23 on

Introduction

In this tutorial, we will tackle about Configuring MySQL Database using PHP Object-Oriented Programming (OOP) Approach. This topic can be helpful to those new to PHP Language especially the beginners to learn how to create a MySQL Database Connection using PHP OOP. This tutorial can be also helpful for learning to develop web applications using MVC (Model-View-Controller) whereas the Model and controllers are commonly structured or written using OOP.

Advance Shopping Cart using PHP Free Source Code

Submitted by oretnom23 on
Introduction This is an Advance Shopping Cart Application source code developed in PHP Language. The main purpose of this shopping cart application is to provide the students or those programmers who are new to PHP with a reference to understand and have an Idea of how to develop an advanced shopping cart for their eCommerce or Online Shops/Store projects. With this, you will learn one of the

Return PHP Array as JSON Data in jQuery Ajax Request Tutorial

Submitted by oretnom23 on

In this tutorial, we will tackle about How to Return PHP Array as JSON Data in Ajax Request. Here, I will show you a way on achieving this goal for your current or future project. I will also provide snippets for this tutorial and a sample source code that demonstrates the idea of this tutorial.

What is Array?

Array is a data structure that contains a collection of elements store at contiguous memory location. Each element of an Array is identified by at least one array index or key.

Web-Based Student Clearance System in PHP Free Source Code

Submitted by Walterjnr1 on
Web-based Student Clearance System is an online clearance system for managing student clearance in universities. This application can be accessed by multiple user roles. It helps the certain university to store and retrieve the student's clearance records easily. It has a pleasant user interface and consists of user-friendly features and functionalities. About the Student Clearance System The

Using PHP cURL with POST Data Tutorial

Submitted by oretnom23 on

In this tutorial, we will tackle about how to Use PHP cURL with POST Data. This tutorial aims to give the IT/CS Students or those programmers that are new in PHP Language a reference or guide for using PHP cURL module with POST data. I will be providing a simple program that demonstrates our goal for this tutorial.