Forum Moderators: coopster
Thanks for all of your help.
Cheers.
SELECT userimage FROM images ORDER BY rand() LIMIT 1
dc :)
This is my tiny form.
<form action='<?php $php_self?>' method='post'>
1 <input type='radio' name='score' value='1'/>
2 <input type='radio' name='score' value='2'/>
3 <input type='radio' name='score' value='3'/>
4 <input type='radio' name='score' value='4'/>
5 <input type='radio' name='score' value='5'/>
6 <input type='radio' name='score' value='6'/>
7 <input type='radio' name='score' value='7'/>
8 <input type='radio' name='score' value='8'/>
9 <input type='radio' name='score' value='9'/>
10 <input type='radio' name='score' value='10'/>
</form>