Train Scheduler App using PHP OOP and MYSQL Database Free Download
Discount and Tax Calculator in JS using jQuery Tutorial
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.
How to Sort Array Based on Multiple Fields in JavaScript
Simple Painting Tool App in JavaScript Free Source Code
Configuring MySQL Database Connection using PHP OOP Approach Tutorial
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
Return PHP Array as JSON Data in jQuery Ajax Request Tutorial
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.