Separate names with a comma.
Comments in 'Plugin Development' started by Renzo, May 29, 2014.
Hello People, I have a question: Is there a way to make a variable that has a random value?
Yes. For example, if you want a random number between 1 and 10: PHP: $variable = rand(1,10);
$variable = rand(1,10);