Reece^B
04-08-2014, 04:51 PM
Hi
Im already running a random banner system in the product manager.
$random_number = rand(1, 3);
$random_banner[1] = 'text';
$random_banner[2] = 'text';
$random_banner[3] = text';
It's called with $random banner, however I need to run another in another module, but these will conflict.
Ideas?
Im already running a random banner system in the product manager.
$random_number = rand(1, 3);
$random_banner[1] = 'text';
$random_banner[2] = 'text';
$random_banner[3] = text';
It's called with $random banner, however I need to run another in another module, but these will conflict.
Ideas?