4 digit number generator php code example Example: php random 5 digit number $limit = 3; echo random_int(10 ** ($limit - 1), (10 ** $limit) - 1);