Computer/웹
random
ywlee
2016. 10. 4. 12:02
// 6자리 1~9 까지 랜덤 난수 만들기
$random = rand(111111, 999999);
echo $random;