PHP

How to create JSON File from MySQL Database using PHP

Submitted by nurhodelta_17 on
This tutorial tackles on how to create a JSON file from MySQL Database using PHP. JSON stands for JavaScript Object Notation and has an extension of .json which is a syntax for storing and exchanging data. JSON is a text, which is used in exchanging data between a browser and a server.

How to Create a Simple Pie Chart using Google Chart API with PHP/MySQLi

Submitted by nurhodelta_17 on
This tutorial tackles on how to create a simple Pie Chart using Google Chart API with PHP and MySQLi extension OOP. Charts primary provides a statistical presentation of data within our application or systems. Google Chart API is a web service created by Google that provides graphical chart for data supplied by the user.

Blood Bank Management System

Submitted by mohammed shafraz on
Hi everyone!, I have attached simple blood bank management system for PHP developer. The pupose of this system is to donate and request blood online, manage entire donor and request blood details. There are two user role which are admin and users. The system is developed using html, css, bootstrap, jquery and php. Admin username : super admin password : admin Users username : mhdshafraz password

Distribution System

Submitted by esaitbd on
Distribution systems can be defined as the sequential flow of procedures, systems, and activities which are designed and linked to facilitate and monitor the movement of goods and services from the source to the consumer. Essentially, distribution is about making products and services available to the end users when and where they need them.

Online Shopping (eCommerce)

Submitted by esaitbd on
free open source eCommerce platform for online merchants. provides a professional and reliable foundation from which to build a successful online store. Important! If your bug report is not related to the core code (such as a 3rd party module or your server configuration) then the issue will be closed without a reason. You must contact the extension developer, use the forum or find a commercial

How to Create XML file from MySQL Database using PHP/MySQLi

Submitted by nurhodelta_17 on
This tutorial tackles on how to create an XML file from MySQL database using PHP/MySQLi. XML stands for eXtensible Markup Language which is designed to store or transport data. This is usually used as a database substitute or if you wanted to free some space in your database.