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

Issue Tracker App in JavaScript Free Source Code

Submitted by razormist on
Issue Tracker App in JavaScript Free Source Code - A simple application that can track the issue in the projects. The application can assign a person that can take care of the issue and track whether the issue is solve or not. This will eventually lessen the issue that appear any time. JavaScript Free Source Code.

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

Discount and Tax Calculator in JS using jQuery Tutorial

Submitted by oretnom23 on

Introduction

In this tutorial, we will tackle How to Calculate the Discount and Tax Amount for your sales transaction feature in your web applications using JavaScript and jQuery Library. This tutorial aims to give IT/CS students or new programmers a reference or guide to learn some new ways or techniques for their future projects.

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.