PHP

Creating a Simple MVC Framework in PHP Tutorial

Submitted by oretnom23 on

Introduction

In this tutorial, I will teach you how to Create a Simple MVC Framework in PHP. The tutorial aims to provide you guys with a reference or guide to widen your knowledge and enhance your PHP programming capabilities by understanding and creating a simple MVC Framework. This is useful for you especially if you are planning to create wide broad scope of web applications. This will help you to learn to create your own MVC Framework for your own development and projects.

Creating a DateTime Time Ago like Social Networking Sites in PHP Tutorial

Submitted by oretnom23 on

Introduction

In this tutorial, I will teach you How to create a Time Ago Feature in PHP for your sites. This feature is like you've seen in some other famous social networking sites such as Facebook. This feature represents how old the post, blog, or article on your site is. The tutorial aims to provide IT/CS students or those who are new to PHP Language a reference or guide for learning some different methods or techniques using the said programming language.

Book Store Management System Project using PHP CodeIgniter 3 Free Source Code

Submitted by oretnom23 on
Introduction This project is entitled Book Store Management System. It is a CodeIgniter Project application that aims to provide an automated online platform for bookstores to manage their sales transactions and records. It has a simple and pleasant user interface using Bootstrap Framework. It consists of user-friendly features and functionalities. What is CodeIgniter? CodeIgniter is a web

Preventing SQL Injection in PHP Tutorial

Submitted by oretnom23 on

Introduction

In this tutorial, I will teach you how to Prevent SQL Injection in writing your PHP Queries for your current and future PHP Projects. This tutorial aims to give the IT/CS Students or those new to PHP Language a reference to learn for securing their database data in PHP. Here, I will be providing some snippets with a sample source code that demonstrates our topic for this tutorial.

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.