|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
rating script / random problem
hi,
i have a simple picture rating script but my problem is that its not all that random. can anyone think of away i can make it so the user never votes on the same pic more then once? Select Photo, Username FROM Members ORDER BY RAND (); |
|
#2
|
|||
|
|||
|
RE: rating script / random problem
Try
Select Photo, Username FROM Members ORDER BY RAND(NOW()); |
|
#3
|
|||
|
|||
|
RE: rating script / random problem
Ill try that, what does that do?
Also, what could i do so the image doesnt show if it has been rated on? thanks! |
![]() |
| Viewing: Codewalkers Forums > Other Technologies > Programming Theory > rating script / random problem |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|