Quote:
Originally Posted by MysticalDragon
There is also a simpler method then this that will give you the same results.
PHP Code:
function onCreated(){
temp.images = { "test1", "test2"};
temp.random = randomstring(temp.images);
echo(temp.random);
}
|
And yet... another little tidbit that was off in cyberspace until this moment.. how do you guys remember all these prefixes and what not?
thanks though i got two methods to use now