Quote:
Originally Posted by lazyseller
Sorry im a newbie but i do have a simple question
With the webqueries option say i wanted to create a mod that selects a random user for a raffle. I would just have to query the database and select a random user than put it in the webtemplates and im all done is this correct ?
|
You can create a Webquery that pulls a random username/userid (with mysql's rand() function) and post it into a webtemplate but if you do that this webtemplate will show a different username everytime it is loaded. I'm not sure if this is what you like to do.