View Single Post
08-20-2008, 11:54 AM
#2
dynamic313 is offline dynamic313
Status: Junior Member
Join date: Jul 2008
Location:
Expertise:
Software:
 
Posts: 52
iTrader: 0 / 50%
 

dynamic313 is on a distinguished road

Send a message via MSN to dynamic313

  Old

something like this should work:
PHP Code:
var randomnumber=Math.floor(Math.random()*101
(the 101 means it will be a number between 0-100 just change 101 for whatever you need)