I don't want to explain what for, unless I have to, but I need help on defining something.
I want to make something random. I can do that. But I want to define the things that I make random. I want to randomise other PHP script, not just writing or images. Is this possible? This is the idea I had... It doesn't work though
$style1 = *php code*
$style2 = *php code*
And later on, call those into a randomiser script.
That's basically what I want to do.