PHP

PHP Source Code

Free PHP Source Code. Download from a vast collections of free PHP source code below. You can modify and integrate it in your own personal use. Just give a little credit to the original author whenever you use it on your system's project.

Count Total Failed Login by the User in PHP and MySQL

Submitted by ronard on
This script will teach you especially for novice in PHP Programming. This script will count the total failed login by the user if the username inputted in the textbox is exists in table users. Then it will add to the table failed login. How to install this script? Unzip the downloaded file. And copy the "tutorials" directory from "db" directory to "mysql/data/". Then copy also the "check_failed

Object Oriented C Programming In PHP With advance query and trapping sql injection

Submitted by michael.galanza on
1. Create Database name OOP 2. Create table about your project 3. include or require the MySqlDb.php to any of your project query 3. Create $Db = new MySqlDb('localhost', 'root', '', 'OOP'); depending on your localhost username and password 4. your automatic query are in delete,save,edit and update are $Db->where('tableid', table subject); $Db->delete('database table'); 5. database example in

Insert multiple data from your database using While Loop in PHP and MySQL

Submitted by ronard on
Hi sourcecodester, Do you wish to insert multiple data to your database using While Loop? Will PHP and MySQL can do that. Just select the table you want to insert in another table then loop it using "While Loop". And just define a variable you want to insert to another table and call it to your insertion query. Then run it to your web browser. The multiple data will automatically add to your table

Online Catering Reservation Using PHP/MySQL

Submitted by jery on
This complete system will help you to create a online catering reservation using PHP PDO query. the feature of this system is it allows you to backup and restore database without using phpmyadmin windows. Others feature of this products includes, it can generate reservation details report, can assign a catering team in each reservation, secure login, filter user based on their rules and manage

Multiple Queries in One Table using PHP and MySQL

Submitted by ronard on
Hi, I would like to share this script. For those who are novice in PHP and MySQL. This script will teach you on how to select two tables/multiple tables from your database in one table in html. I used the ID of each student in "tb_students" table and to call thier grades in table of grades/tb_grades. So that the grades are display together with the student info. Hope this will help you to you. For

Currency Converter using OOP support in php 5.4

Submitted by seniox.kalvio on
This an updated currency converter using the current php framework of 5.4 supporting all the functionality of Object Oriented Programing(OOP),The advantages of using this development technique are too many namely re-usability of the code.Have fun as you try this out.My email is [email protected]

Simple Login System: Auto Logout after 15 Minutes of Inactivity

Submitted by ronard on
Hi, In this tutorial will teach you on how to auto logout the system if there is no activity on the page within 15 minutes. This will protect the account of the user who forgot to logout. The script attached is just a simple and easy to learn. Just unzip the downloaded zip and in the "db" folder having a "tutorials" folder and just copy it and then paste in this path (xampp/mysql/data/). And then

Hotel Reservation Version 1.0 Complete Package Using Ajax, Bootstrap, Jquery, and Object C For Advance Trapping

Submitted by michael.galanza on
1. Create database "kingsfields_database". 2. Import the kingsfields_database.sql file.(or run all sql query which is in "kingsfields_database.sql" file) 3. Edit the connect.php file with your config.(which is in session folder). [database username, password, host, database] 4. Administrator username: admin / password: admin 5. To log-in client reserved of make an transactions 1st ang log-in ur