php random rand(1, 100) code example Example 1: php random integer Click to copyecho random_int(0,50); Example 2: php random number Click to copyrand(0,10); or random_int(0,10)