fixed random number in php 6 digit code example Example: php randon integer 4 digit $digits = 3; echo rand(pow(10, $digits-1), pow(10, $digits)-1);