php

How to Create a Flash Message in PHP using Session Tutorial

Submitted by oretnom23 on

In this tutorial, you will learn how to create a Flash Messages in PHP Language using PHP Session. The Flash Message that I am talking about is like the CodeIgniter's Flashdata Function. It allows the developer to store a temporary messages or data that can be access on the next request and after use.

List Pagination using PHP, jQuery, and Ajax Tutorial

Submitted by oretnom23 on

In this tutorial, you will learn how to add a Pagination Feature in your HTML List loaded from the Database. Here, you can achieve the said feature in your project with the use of jQuery library and Ajax Request. This feature is very helpful to optimize the load duration of your website in terms of loading a page with a bulk list data.

Computer and Mobile Repair Shop Management System using PHP/OOP Free Source Code

Submitted by oretnom23 on
Introduction This is a Simple PHP Project entitled Computer and Mobile Repair Shop Management System. This is a web-based application that provides an informative website of the shop. The project also manages the repair records of clients and clients can also check the status online if their device is already repaired or the service is done. This has a simple and pleasant user interface using

Sentiment Based Movie Rating System using PHP/OOP Free Source Code

Submitted by oretnom23 on
Introduction This is a PHP Project entitled Sentiment Based Movie Rating System. This is a web-based application that calculates the success rating or review ratings of a movie. The project uses a simple sentiment-based analysis to identify or calculate the movie success rate. This has a simple user interface and easy-to-use. The application contains user-friendly functionalities and features

Online Baptismal Information Management System in PHP Free Source Code

Submitted by oretnom23 on
Introduction This is a Simple PHP Project entitled Online Baptismal Information Management System. This is a web-based application that provides a certain church to store and manage the christening or baptism certificate records. The application also allows the public to search the Baptismal Records of an individual online. This has a pleasant user interface and user-friendly functionalities

Creating an Arbitrary-precision Nth Root of X Function in PHP

Submitted by Jay-Tanner on
This math utility function computes the real Nth root of X to any specified number of decimals. Above is the iteration equation evaluated by the function. It comes in handy for advanced scientific programming. The archive contains a demo program. The demo code below, should return: 5 root of 100 to 50 decimals =2.51188643150958011108503206779932739415851810078248 Here is a listing of the demo

PHP CRUD with Live Input Data Duplicate Validation Tutorial

Submitted by oretnom23 on

In this tutorial, we will tackle about creating a Simple Web Application with CRUD Operation and preventing duplication input value. We will be using PHP Language as the back-end and MySQL Database. The Duplication Validation that we'll be creating, is a real-time or live function using jQuery, and by using Ajax Request, data validation will be automatically triggers without leaving the page or submitting the form yet.

Lunar Perigee and Apogee Calculator for 8999 Years in PHP Source Code

Submitted by Jay-Tanner on
LUNAR PERIGEES AND APOGEES CALCULATOR FOR THE 8999-YEAR RANGE FROM 1000 AD to 9998 AD Built around the NASA.JPL Horizons API By Jay Tanner - 2021 PHP v7.4.9 Since the release of the NASA/JPL Horizons online API in July of 2021, I've been trying to test it out for making special general-purpose ephemerides. The web interface does a good job, but the tables it produces can be a bit bulky, so

PHP Ellipse Circumference Function - Numerical Solution to the Complete Elliptic Integral of the second kind

Submitted by Jay-Tanner on
PHP Ellipse Circumference Function This PHP function computes the circumference or perimeter of an ellipse, spheroid, circle, or sphere by evaluating the complete elliptic integral of the second kind using an infinite power series summation based on Legendre polynomials. Computing the circumference of a circle is easy, but when it takes the form of an ellipse, there is no simple formula and the

Website's Contact Form Page with Mailing Feature using PHP and SQLite Free Source Code

Submitted by oretnom23 on
This is a Simple Website's Contact Form Page developed in PHP and SQLite Database. The is a web-based application software commonly found as one of the features of a company's or business's websites. This application is a contact form page that provides an online submission of clients' inquiries to the company. The inquiries are stored in the database which will be listed on the management/admin