PHP

How to Resize Image in PHP

Submitted by GeePee on
This project will show you how to resize image using php. It will let you upload images you want to resize. You have two options; either you change the image size using the width textfield or use the height textfield. If you change the width, the height will automatically change keeping it's aspect ratio. The same goes when you change the height. Hope you learn from this.

Registering Via IP (Continuation) in PHP/MySQLi

Submitted by Yorkiebar on
Introduction: This tutorial is on how to allow our users register via their unrecognised IP (Continued from http://www.sourcecodester.com/php/7539/auto-recognise-users-ip-address-through-phpmysqli.html). Important: I highly recommend that you read through the linked tutorial above, it will allow you to get the same source I am going to be using throughout this tutorial! Validation: So before we

Add / Multi Delete & Edit Data in one Page

Submitted by ifeco on
Coded in Php. This is a simple example on how to make multiple modifications of database content without navigating from one page to another. If you follow it carefully, you will get to know how I achieved this. In this application, you can add content, check all, uncheck all, delete and edit all checked boxes in one single page. To get exactly the layout shown on the screenshot, use Google Chrome

E-learning CMS(Content Management System) based website coded in PHP.

Submitted by ifeco on
This is a CMS(Content Management System) based website coded in PHP. The admin can Update or Delete the content of the website through the admin panel. I did this as my project in my final year some months ago. I also made a downloadable pdf file for each topic of the content which the user can download through the download link in the navbar of the homepage. The user can also search the topics of

Kingsfield Express Inn Hotel Reservation Cagayan Branch

Submitted by michael.galanza on
Kingsfield Hotel Reservation Cagayan Branch. Steps to run the system 1.Create Database name kingsfield_database. 2.Create Username to your wamp server kingsfield the password must be michaelhunter1990. 3 Import the database from the file. Hope this system guide you and this will be usefull without any warranty For more info Please PM me @[email protected] or at facebook michael fujimura

Online Hall Reservation System using PHP

Submitted by sminuwa on
Hello everyone, This is "Online Conference Hall Reservation system" actually I got a code of booking system from argie tamera. And I changed it to conference hall reservation system. I've added a lot of thing in it, such as if a hall has been booked people will book for sits in the hall And if one booked a sit no one will book the sit again Honestly the thing look interesting, You can contact me

Auto Recognise Users via IP Address Through PHP/MySQLi

Submitted by Yorkiebar on
Introduction: This tutorial will show you how to quickly identify your website users through their IP. Database: First we will need a database (mine is 'fln'), a table - 'test', and columns with data. My columns are; id, int, 5 length, primary key, auto increment username, varchar, 255 length ip, varchar, 255 length The IP field does not have to be 255 characters long but it will help to avoid