PHP

Tourist Booking System and Management

Submitted by theadmiraleliud on
This system is about Tourism Board Management System where we have the following module: 1. booking records 2. place 3. location 4. user module 5. location of prisons 6. admin module 7. law enforcement module 8. data entry Credit to Eliud M aganze DIGITAL GENERATION on Facebook on TWITTER enjoy ur day

PRISON MANAGEMENT SYSTEM ONLINE

Submitted by theadmiraleliud on
This system is about prison management system online where we have the following module 1.prisoners records 2. prisoners transfers 3.prisoners officers 4.prisoners officers transfer 5.location of prisons 6.admin module 7.law enforcement module 8.data entry credit to Eliud M aganze follow me on twitter: http://www.twitter.com/eliudprom website http://wwww.eliudpro.com/eliudpro blog: htttp:/

Process POST Data in PHP

Submitted by Yorkiebar on
Introduction: This tutorial is on how to handle POST data in PHP. POST? POST Data in PHP is data that has been sent behind the scenes from another page, or external source, which can be accessed by the page being sent the information. POST is one of the two methods available to use through HTML Forms.

How to Crop Image

Submitted by GeePee on
This project will teach you how to crop image using php and javascript. The user will first need to upload a picture. There will be a transparent dotted box which the user will use to determine what size and angle to cut. The box can be dragged and resized.

Use DateTime Stamp Appropriately in PHP/MySQLi

Submitted by Yorkiebar on
Introduction: This tutorial is on how to use timestamps properly in PHP and MySQLi to sort information from databases in to the correct order. What's a Timestamp? A timestamp is a data type in PHP and MySQL(i) which is used to hold the correct format of a specified date, time, or date and time together. Database: To enable a database table to hold a timestamp we can first create a database, named 'fln', then create a table named 'test', and give it the following column structure... id, int, 5 length, primary key, auto increment date, dateti