Bootstrap

Creating a Login Remember Me Feature in PHP Tutorial

Submitted by oretnom23 on

Introduction

In this tutorial, you will learn how to Create a Login Form Remember Me Feature using PHP Language. The tutorial aims to provide the students and new programmers a reference to learn with and enhance their programming capabilities using the PHP Language. To achieve this kind of feature we will be using the HTTP Cookies. Here, snippets and sample source code are provided for a better understanding about the process.

Sanitization Management System Project in PHP and MySQL Free Source Code

Submitted by oretnom23 on
Introduction This project is entitled Sanitization Management System. It is a web application developed in PHP and MySQL Database that serves as the sanitization service company's website. The site contains dynamic content and forms for both management and the public/visitor side. It has a pleasant user interface with the help of the Bootstrap Framework and AdminLTE Template. It consists of user

Creating a Page Pagination in PHP Tutorial

Submitted by oretnom23 on

Introduction

In this tutorial, I will show you how to Create a Page Pagination in PHP. Using the Page Pagination Feature developer can build an optimized and faster web application, especially for projects with bulk data. The tutorial aims to provide the students or those who are new to PHP Language a guide to learn to enhance their PHP Programming capabilities.

How to Override an Object from Array of Objects in JavaScript

Submitted by razormist on
Learn on how to create How to Override an Object from Array of Objects in JavaScript. A simple program that let you override the current array object with a new set of array of object. This program is useful if you are working with arrays and want to update your current array objects. JavaScript Free Tutorial.

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

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.