How to Generate a Random Number with PHP

1 · Josh Sherman · Aug. 12, 2013, midnight
Generating a random number in PHP is very simple and like most things, can be done a number of different ways. The old standby is to use the function rand() to to generate a random integer between the minimum and maximum values that you provide. To generate a number between......