Hi,
What I'd like to do is change my setup to only use rating values of (1-5) similar to that of hotscripts. I wanted to check with you people to see if this would work...
<select name=rate class=button>
<option>---</option>
<option value="5">5</option>
<option value="4">4</option>
<option value="3">3</option>
<option value="2">2</option>
<option value="1">1</option>
</select>
<input type=submit value="Rate it!" class=button>
Then just use MySQL commands to reset all the "Rating" and "Votes" columns back to 0.
Am I missing anything???
Thanks!
What I'd like to do is change my setup to only use rating values of (1-5) similar to that of hotscripts. I wanted to check with you people to see if this would work...
<select name=rate class=button>
<option>---</option>
<option value="5">5</option>
<option value="4">4</option>
<option value="3">3</option>
<option value="2">2</option>
<option value="1">1</option>
</select>
<input type=submit value="Rate it!" class=button>
Then just use MySQL commands to reset all the "Rating" and "Votes" columns back to 0.
Am I missing anything???
Thanks!
