Is it possible to generate random number?
-
Hi.
I would like to show counter on my start up popup plugin.
Atm its working fine..
What i want now is that i want to show random number between 15000-15200
I tried some thing like this..
<?php $abc=wp_rand($min = 15000, $max = 152000);?> <?php echo do_shortcode('[jellyfish_counter start=$abc speed=5 end=$abc tenths="false"] ') ?>
But its not giving me desired out put.
Is there a way i can do it or thats not possible?
https://www.ads-software.com/plugins/jellyfish-counter-widget/
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Is it possible to generate random number?’ is closed to new replies.