[REBOL] Random CGI
From: terry:depotcity at: 3-Feb-2001 21:42
Hello All. Don't know if this has been asked before? I have a CGI script that generates a random number... id: random 1000000 The problem is, it always picks the same number regardless? 957367 Same goes with a script like n: ["option a " "option b"] print pick n random (length? n) works fine in a console, but when used with CGI, always picks "option b" Go figure? T Brownell







