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.

Voting Per IP using PHP/MySQL and jquery

Submitted by argie on
In this code you will learn on how to create a voting system per IP address. Voting system per IP address means that the IP address can vote only once. The unique feature of this code is that it has a graphical result represented by the graph and the voter can print and download the graphical result. Leave comment on this post if you have a comment or question, I'm happy to entertain your question

Random Image Display Using PHP/MySQL

Submitted by argie on
This code will help you on how to create a random image display using php/mysql. The primary function of this code is to display images or files in random order, just reload the page to see the random image in action. Leave a comment if you have a question, it's my pleasure to entertain and give answer to your comment. database name:randomimage

Photo Gallery Using PHP/MySQL and jQuery

Submitted by argie on
This is a simple gallery using php and jquery. In this code you will learn on how to combine php and jquery to create a simple but powerful gallery. This is unique with other gallery out there because this gallery has a database. The image source of this gallery comes from the database. Download this code and try this on your own to see how php and jquery works. Leave comment if you have question

Backup MySQL Database Using PHP

Submitted by argie on
This code will help you on how to backup your database. I Created this code to help thus programmer that encountered difficulties in creating backup of their database. The features of this code is that it allows you to backup your MySQL database. In this this code also you will learn on how to get all list of file in a folder directory. I hope this code will help you, if you have some question of

Simple PHP & MYSQL Photo Gallery

Submitted by bhadzky25 on
(Help: Please help me solve the bug and contact me.) This program is made of php and mysql. This is a simple Photo Gallery, photos will be uploaded in a directory folder called photos. This code was developed by Mayank Gandhi. You can view his article here: http://www.sitepoint.com/php-gallery-system-minutes/ .But when i run the php files, all the executions has an error, which i don't know how to

Sticky Widget or Scroller

Submitted by argie on
This code allows you to add a sticky widget or scroller in your website and insert any social media code. The feature of this code is that the stick div is flexible, meaning that when you scroll your webpage vertically, the widget is still visible. You can put anything you want inside the sticky div.

Comment System With Captcha Using PHP

Submitted by argie on
In this program you will learn on how to create a comment system with captcha using PHP/MySQL. This comment system allows also to add sub comment. This system also uses captcha to prevent comments from spamming. It also gives an error message so that the user will be informed that the input captcha code is incorrect. database name: commentsystem