PHP

Registration Validation by Email

Submitted by bethwel on
The following is a simple application i created with php and mysql it utilize email validations and also data encryption. It has simple registration and login page. how to use: 1.extract sample.zip 2.copy the extracted to www/ htdocs folder of your server. 3.import users.sql. 4.load localhost and signup. 4.signup to create new user.

Motor Dealer Catalog App

Submitted by shering on
Motor Dealer Catalog app. User interface (Front-end): HTML, CSS & JavaScript. Logical part / Database (Back-end): PHP & MySQL. Features:  Data consistency Easy to interact Easy to upload data and delete Easy to enter new data Easy record keeping Backup data can be easily generated Software: Xampp or Easy PHP Installation steps (configuration) 1. Unzip file on your local system 2. Put this file

Simple Music Sharing Code in PHP

Submitted by opensource on
music.initedit is made using php, mysql, ffmpeg and imagick. Update 2.0: New smooth UI. bugs removed. Feature: profile upload , Share music. play list loop Live code : http://music.initedit.com Note: you need to install ffmpeg before you install music.initedit how to install ffmpeg windows and linux: http://www.wikihow.com/Install-FFmpeg-on-Windows http://www.mysql-apache-php.com/ffmpeg-install

Human Resource Integrated System

Submitted by Jeprox on
The Human Resource Integrated System Features: Admin's Page View, Add and Edit Employees Create and Update Admin Users Add and Leave Service Credits Can Calculate Late and Undertime of the Employees Can Print Attendance Monthly Report of the Employees Employee's Page Can Add and Edit Information Can view their Service Credits Can view their Attendance Records Employees Time Log: Add /login_timee

Simple Dynamic Website using PHP

Submitted by Jeprox on
This simple dynamic website has been written using PHP. The admin can add, update and delete products, upload image products and add announcements for the website. If you want to go to the admin page just type /admin in the URL. The users can view the products, location, announcements and leave a message to the website. database name: midori.sql Admin username: admin password: admin

Login System in PHP/MySQL using mysqli

Submitted by jaredgwapo on
In this tutorial, I am going to teach you how to make a login in using PHP/MySQL using mysqli. Just follow the instructions below. Instructions First, we will create our css code and name it as style.css body { color: #fff; font: 87.5%/1.5em 'Open Sans', sans-serif; background:url(img/bg.jpg)no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background

How to Make Delete Multiple Rows Using PHP

Submitted by whello199 on
Creating a website which and add an ability to delete multiple rows at a time? This tutorial is a perfect outlet for you to learn and implement the function. we will look on how to delete multiple values from a database using PHP. In order to do so we will be using MySQL along with PHP. You can find more about object oriented approach to CRUD Operations. Overview The tutorial requires to create

Hotel Reservation Using PHP

Submitted by cjpalomo on
This system perform booking of rooms and registered new account of user. The system created using php,html,css and the database mysql. The features are the following: Admin Side: -Login Form -Adding User Account -Reservation Transaction -Adding Rooms -Home Page of User Client Side: -Home Page -Booking of Rooms -Registration of User -Login of User -Gallery of Rooms