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.

Sort Column (Ascending and Descending) in PHP/MySQL

Submitted by jkev on
Hi guys, In this source code you will learn on how to make a query in MySQL that enables you to sort data by ascending and descending order. This code is simple yet useful to some beginners who want to learn about PHP and MySQL hope you will like this code Thank you. Database name: asc_desc.sql in db folder. Sample code: Order by: Ascending Decending FirstName LastName MiddleName Address Email

Edit Multiple Rows in MySQL with Checkbox

Submitted by jkev on
Hi guys, This code will teach you on how to create an application in PHP that edit multiple rows using checkbox as selector. The feature of this code is it edits multiple data using checkbox as selector. For more information about this code email me at [email protected]. Hope that this will help you in your future activities. Thank you.

PHP Login using Twitter Bootstrap Progressbar

Submitted by jkev on
Hi guys, in these source code you will learn how to make a simple login page in PHP using twitter bootstrap progress bar. This code is a simple login script that beginners can easily understand how progress bar works that add beauty to your program. Hope you like this simple but useful source code thank you. Database name: login.sql in db folder Sample code: Username Password Sign in

Email Validation in PHP

Submitted by jkev on
Hi Guys, This code is an email validator. It will validate the email address that you input. If the email address is not valid, like it don’t have an @ symbol, then the script will display a message that the email is invalid. This script is useful if you have a user registration page. Sample code: Email Submit

Captcha Script

Submitted by jkev on
Hi guys, I have here a captcha source code that enables you to generate a random code and protect your page for spammers. You can insert this code to your project as a type of test that the response is generated by a human being. For more question about this code email me at [email protected]. Thank you. " id='captchaimg' > Enter the Code Above Submit The captcha code does not match! Code

Calculate Sum (Total) of Column in PHP

Submitted by jkev on
Hi guys, The purpose of this code is to teach you on how to calculate the values of a column using the Sum function. This is very useful if you want to create a poin of sale system in your PHP project. Hope you will like this source code, for more question about this code email me at [email protected] thank you. databasename: db folder sum.sql Sample code: Sum the Numbers in a Column Product

Computer Aided Instruction

Submitted by rhenz23 on
Computer Aided Instruction in IT Fundamentals 2! For more info. pick up my email at [email protected] or contact me 09075790118 . hope this program will help you., Features., online chat groups post and comments updatable lessons / discussions dynamic quiz that support time bounded Compiler System of HTML/Css/Javascript Typing master games

Post and Comment Script

Submitted by jkev on
Hi guys, In this code you will learn how to crate a Post and comment script which is very useful when you are developing a social networking site or any project that you want to put a Post and a comment system. Its design is from twitter bootstrap. Hope that you will like this code for more question email me at [email protected]. Thank you. Database name: post in db folder Sample code: Post