0
How to use random function in php?
How to use it, please give me examples
4 odpowiedzi
+ 4
Use mt_rand() function to generate random numbers.
Reference:
http://php.net/manual/en/function.mt-rand.php
Hth, cmiiw
+ 3
You're welcome, glad to help : )
+ 1
Thank you
+ 1
mt_rand(from,to);