| TOTAL: 0 Page: 1 of 0 |
|
Online 5 Star Rating System - Fully detailed tutorial
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. This 5 star rating system will include: -- a form containing just a dropdown box of all the different ratings and a submit button -- sending the rating to the database, and calulating averages, totals etc using php displaying the rating in numbers and in graphics Please bear in mind that I

| Hits: | 158 | Platforms: | Windows |
| Ratings: | Last Updated: | 2006-07-17 |
Make a quiz! - A load of fun, and a good learning experience!
Ever wondered how to make your own quiz? Well, well, I will show you how to make one that, once filled out and submitted, shows you how many you got right and shows text relating to how many you got correct! All it is is two simple files, so read on!
1) First off, we will make the form. Open up notepad and copy the below code straight into it. Save the file as index.html
My Quiz
Writing a Complete Advanced Poll Script - Includes archive system and admin CP
This Poll System Includes: Poll View Archive Admin CP Vote System MySql Database Step 1. Downloading The Files To make things easier you can download This Script and upload it to your ftp so you dont have to copy and paste code from this website and then you dont have to worry about filename errors etc. Please note that that zip file will extract all files into a folder called /poll/. Step 2. Setting Up MySql The first step in setting up any sort of mysql script is creating a mysql

| Hits: | 51 | Platforms: | Windows |
| Ratings: | Last Updated: | 2006-07-17 |
Flat File Polling Booth
Learn how to create your own poll script without a MySql database using PHP and flat files databases. -------------------------------------------------------------------------------- I've seen a few tutorials online that show you how to create a poll using PHP, but none that did it without a mysql database. This tutorial will try to do just that. First of all, if you haven't read my Flat File Databases tutorial, or you do not have any prior experience with storing/retrieving information

| Hits: | 115 | Platforms: | Windows |
| Ratings: | Last Updated: | 2006-07-17 |
Build an Online 5 Star Rating System!
When you add an online rating system to your website, you will be able to give your users a chance to vote on your articles, tutorials, pictures or whatever you want. This gives your users a certain level of interactivity and tends to create a little more of a bond between for them with your website. In this tutorial, I will show you how to create an online rating system that is dynamic and uses PHP' if else statements and MySQL. The method I used to code this particular script falls into the

| Hits: | 94 | Platforms: | Windows |
| Ratings: | Last Updated: | 2006-07-17 |
Poll Script
This article will teach you how to write a basic poll script in php. You will mysql and a new version of PHP. The first step is to create a database that will hold the information all the polls we want. For this article we will be creating a poll that will have 3 options. Yes, No, and Not Sure. So we will want to create feilds for each of those. I used Option1, Option2, and Option. We will also need a title and a question to ask. I created those as varchars. Another feild will hold the tot

| Hits: | 60 | Platforms: | Windows |
| Ratings: | Last Updated: | 2006-07-17 |