How to do video rating using php?

Reply

Join Date: Nov 2006
Posts: 15
Reputation: satees is an unknown quantity at this point 
Solved Threads: 0
satees satees is offline Offline
Newbie Poster

How to do video rating using php?

 
0
  #1
Nov 4th, 2006
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
Reply With Quote Quick reply to this message  
Join Date: Jun 2004
Posts: 173
Reputation: BinaryMayhem is an unknown quantity at this point 
Solved Threads: 9
BinaryMayhem BinaryMayhem is offline Offline
Unverified User

Re: How to do video rating using php?

 
0
  #2
Nov 4th, 2006
uh, hyperlinks with values assigned?
eg:
  1. <a href="something.php?rate=1">*</a>
  2. <a href="something.php?rate=2">*</a>
  3. <a href="something.php?rate=3">*</a>
  4. <a href="something.php?rate=4">*</a>
  5. <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:
  1. $rate = $_GET['rate'];
  2. ...
Last edited by BinaryMayhem; Nov 4th, 2006 at 10:06 am.
Reply With Quote Quick reply to this message  
Join Date: Jul 2004
Posts: 494
Reputation: Puckdropper is an unknown quantity at this point 
Solved Threads: 21
Puckdropper Puckdropper is offline Offline
Posting Pro in Training

Re: How to do video rating using php?

 
0
  #3
Nov 4th, 2006
www.uncreativelabs.net

Old computers are getting to be a lost art. Here at Uncreative Labs, we still enjoy using the old computers. Sometimes we want to see how far a particular system can go, other times we use a stock system to remind ourselves of what we once had.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC