| |
| Option
1:
Example
code: <?php
Rating(1,0,0,1);
?>
|
|
Option
2 :
Example
code:
<?php
Rating(1,0,1,1);
?>
|
|
| Option
3:
Example
code:
<?php
Rating(1,1,0,1);
?>
|
|
| Option
4:
Example
code:
<?php
Rating(1,1,1,1);
?>
|
|
Option
5:
Example
code:
<?php
Rating(1,2,0,1);
?>
|
|
Option
6:
Example
code:
<?php
Rating(1,2,1,1);
?>
|
|
Option
7:
Example
code:
<?php
Rating(1,3,0,1);
?>
|
|
Option
8:
Example
code:
<?php
Rating(1,3,1,1);
?>
|
|
Option
9:
Example
code:
<?php
Rating(1,4,0,1);
?>
 Average Rating: 3.29 [Total Votes: 614]
|
|
|
Option
10:
|
There
was an example of the rating options available.
Now
lets put the multiple rating system to work!
This
time in Example 2 using
the same display options as above but using 10
separate ratings
In
Example 2 you can post
a rating on 8 of the
ratings as 9
& 10
are just displaying the current
ratings for id 9 &
10 (You
can post a rating for 7 & 8 later in the demo)
|
|
|