rand() method | How To Generate Random Number From 0 to 90 in PHP?
PHP provides a function – rand() to generate the numbers randomly from one number to another number (ex:- 0 to 90). rand() function has two parameters. The first parameter is for min number & the second is for max number. You get a random number from min to max in PHP. Separate parameter by comma … Read more