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.

Online Examination Using PHP / MYSQL.

Submitted by tang3li2 on
Hi, This program is a full ajax(jquery) implementation it will cover features like javascipt(jquery element manipulation), php, mysql. Admin can add new examination input various answers, it will also show how to create your own MVC Pattern to reduce the reduncy of codings. The design was only using wire frame but the code is fully understandable because of the separation of model, views and

How to Display Most Popular Posts (Daily)

Submitted by GeePee on
In this project, you will learn how to display most popular posts(daily) and how to display random posts. I have updated my previous project Rating System and View Counter by adding the side bar which displays the Popular Posts(Today) and Random Posts. I also added view_per_day table in MySql for daily views. And as you can see, the posts per page is limited to 5 posts, it's because I put

Rating System

Submitted by GeePee on
This is a rating system using jquery and php. The user has an option to choose what rate he/she wants to give on the page. Then, it automatically gets the average page rating. I also used Jrating jquery plugin in creating ajax star rating to configure the corresponding page rate. Hope you learn from this.