PHP

Dashboard Complete Administrator

Submitted by michael.galanza on
/** Reservation script from Fujimura & Graphics Solutions This program is free software published under the terms of the GNU Lesser General Public License. This program is distributed in the hope that it will be useful - WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For updates, please send me your personal message or comment us

Medical Management System

Submitted by arszak on
This is a medical management system developed using php and mysql. users can register and schedule appointments with the doctor and the doctor can use the administration site to delete, add new users and manage schedules and add services. How to run: Create database named database to phpmyadmin and import the database.sql. You need a Wamp or Xampp Server,and a PHP IDE Editor. Additional

Creative Verification OOP Complete Package

Submitted by michael.galanza on
/** Reservation script from Fujimura & Graphics Solutions This program is free software published under the terms of the GNU Lesser General Public License. This program is distributed in the hope that it will be useful - WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For updates, please send me your personal message or comment us

How To Use a REST API in PHP

Submitted by Yorkiebar on
Introduction: This tutorial is on how to use an API in PHP. What Is An API? An API is an Application Programming Interface and is used as a middle stepping stone for external applications to use the functions of an internal application. An example of this would be the Skype API. The Skype API allows external applications on the users computer to access their Skype account via the Skype4ComLib API. REST API: There are a few different types of APIs, we'll be using an example REST in this tutorial.