954,587 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

How to do video rating using php?

Hi friends,

I need to implement the "video rating" option in my website.
Its some thing like "*****" should be used to rate the video.
Any idea how to implement this feature ?

Thanks,
Satees

satees
Newbie Poster
15 posts since Nov 2006
Reputation Points: 10
Solved Threads: 0
 

uh, hyperlinks with values assigned?
eg:

<a href="something.php?rate=1">*</a>
<a href="something.php?rate=2">*</a>
<a href="something.php?rate=3">*</a>
<a href="something.php?rate=4">*</a>
<a href="something.php?rate=5">*</a>

then when the page loads. check the value of rate and do with it what you will.
ie:

$rate = $_GET['rate'];
...
BinaryMayhem
Junior Poster
176 posts since Jun 2004
Reputation Points: 15
Solved Threads: 10
 
Puckdropper
Posting Pro
500 posts since Jul 2004
Reputation Points: 23
Solved Threads: 23
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You