29 April 2006, 12:55 UTC#1
Well I'm in the final process for making our new site. On the videos page I would like to allow the viewer to rate each video, kinda like on amazon where it is out of 5 stars. However I'm sketchy on my coding and don't know how I can efficiently acheive this.
If anyone could help it would be greatly appreciated.
29 April 2006, 14:57 UTC#2
You need to do this with PHP + MySQL prerfferably. Gimme the options and I'll write the script and give you the SQL code to execute.
29 April 2006, 17:44 UTC#3
hahah a pol with html, what a joke
29 April 2006, 19:06 UTC#4
QUOTE(Uncle Gareth @ Apr 29 2006, 02:57 PM) [snapback]324480[/snapback]
You need to do this with PHP + MySQL prerfferably. Gimme the options and I'll write the script and give you the SQL code to execute.
Cheers gaz, Just like 'what rating do you give this video?' then options from 1-10. Thanks alot.
Shut it karl. Just because I'm quite a relative noob to website publishing doesn't mean you didn't like the cyber I gave you the other day.
29 April 2006, 19:39 UTC#5
I this is what your looking for.
CODE
<table bgcolor=000000 width=150 cellspacing=0 cellpadding=1 border=0>
<tr>
<td align=center>
<font size=2>
<form>
How do you like RampageCrew.com<br>
</font><br/>
<font size=1>
1 vote per person</font><br><br>
<div align="center">
<img src="skull9ye.gif"/></div></br>
<font size=2><div align=left>
<input type=radio name=ok> It's fucking tight!<br>
<input type=radio name=ok> I love it<br>
<input type=radio name=ok> It's OK<br>
<input type=radio name=ok> Pretty Boring<br>
<input type=radio name=ok> Pussy Shit<br></div><br>
<div align=center><input type=submit value=OK>
</div>
</form>
</font>
</td>
</tr>
</table>
29 April 2006, 20:06 UTC#6
QUOTE(RAMPAGE - Justin @ Apr 29 2006, 07:39 PM) [snapback]324572[/snapback]
I this is what your looking for.
CODE
<table bgcolor=000000 width=150 cellspacing=0 cellpadding=1 border=0>
<tr>
<td align=center>
<font size=2>
<form>
How do you like RampageCrew.com<br>
</font><br/>
<font size=1>
1 vote per person</font><br><br>
<div align="center">
<img src="skull9ye.gif"/></div></br>
<font size=2><div align=left>
<input type=radio name=ok> It's fucking tight!<br>
<input type=radio name=ok> I love it<br>
<input type=radio name=ok> It's OK<br>
<input type=radio name=ok> Pretty Boring<br>
<input type=radio name=ok> Pussy Shit<br></div><br>
<div align=center><input type=submit value=OK>
</div>
</form>
</font>
</td>
</tr>
</table>
no but thanks anyway.
It's actually quite like what wkh has done with the voting on nein.com
The only real main difference is that the videos on our site won't be streamed, so the rating will be shown below the download link. If someone could do what gaz was going to for me please I'd really appreciate it as I am not in tomorrow so I need to get this site near enough finished tonight ready for the release tomorrow.