PHP

Upload files on php/mysql site server and saving details on database

Submitted by josiah_ke on
Upload files on php/mysql site server and saving on database instead of saving files into the database upload to the server and save file location on the database find php files, mysql dump file and js on the zip happy using NB: file location are relative to the web site files

Online Hotel Reservation with Drag and Drop Using PHP/MySQL

Submitted by argie on
Hi everyone, This hotel reservation system with drag and drop feature is created using php/mysql. The feature of this system is it has a drag and drop feature to reserve a room, wherein the user are going to drag the selected room to the basket. This system also has an online payment using paypal. Downloading this system will help you on how to create a drag and drop hotel reservation and how to

Inline Input Validation using PHP with Javascript

Submitted by argie on
This tutorial will help you validate a control like text field using javascript and display the error inline with the text field. I write this tutorial to help other programmer having difficulties in creating inline input validation. It also validate the email address. To start this tutorial lets follow the steps bellow.

Step 1: Open Your php editor and copy/paste the code below

This code is the javascript portion of the entire system. This is used to validate the form.

Hotel Reservation and Billing w/ create procedure and trigger

Submitted by reggie20430 on
This is a Hotel Reservation and Billing w/ create procedure and trigger and have 2 user admin and cashier admin : username = reggie@0430 and password = admin cashier : username = marymoon and password = cashier requirements php5.0 or higher features: Create Procedure and Trigger using Mysqli description : the user who add edit delete the room will be trigger before and after will be monitor

Add/Edit/Delete Using CodeIgniter

Submitted by admin on
In my previous example about Shopping Cart with Checkout Using CodeIgniter, I have a products table but without a product management. In this code sample, you’ll learn how to manage a product with add/edit/delete function using CodeIgniter. BTW, I have change the primary key of the products table from “serial” to “id”. This code is totally a separate project. But you can also learn from our

Upload Images With re-size Using PHP/MySQL

Submitted by argie on
Hi everyone, this tutorial will teach you on how to upload images with re-size and save to database using php/mysql. to start this tutorial, let's follow the step provided.

Step 1: Creating Our Table

First step is to create our table in database to store the images uploaded. To create a database: 1. Open phpmyadmin 2. Click create table and name it as "images". 3.

Table legend Using PHP/MySQL

Submitted by argie on
This code is a simple table legend system using php and mysql. The feature of this code is it has login system for security purpose. The main feature of this code is it display data inthe table format with corresponding color background depending on the acount status of the member. To view the working demo of this code you can download this and try it with your self. How to run this file. 1