Online 5 star rating system PHP / Polling and Voting
A star rating system is a valuable asset to any website: it adds interactivity to a site, and keeps the users connected with the your site. In this tutorial, you will learn how to make one using php.
Permission System PHP / Membership
This tutorial will not cover building a login (user) system. This tutorial will only cover how to expend your login system to create permissions for users.
How to make your own PHP template script PHP / Templates
How do you create a template system in PHP. It is true their are many different ways, but this will hopefully show you the basic understanding of this type of method.