Quote:
Originally posted by Ketadream
Yea, it does not seem to hard to do, load the array and then keep track of the index that was used per run of the application.
Unfortunatly im not sure how to maintain state using hahahahahahahahahaha. I assume PHP would be a better way to go that Jscript?
|
I'm not sure what "hahahahahahahahahaha" is, but you could try using cookies for state. I wouldn't keep a big array on the server like that. You get a few hundred concurrent users and you're gonna bottom out on RAM real fast.