random

 

int rand ( int $min , int $max )

# If you want a random number between 5 and 15 (inclusive), for example, use

rand(5, 15)

 

 

Creative Commons license icon Creative Commons license icon