note 60870 deleted from function.rand by felipe
| Newsgroups | php.notes |
|---|---|
| Message-ID | <[email protected]> |
Note Submitter: mozzer at mozzers dot com ---- In reply to jeswanth... There is absolutely no difference between what you just posted and any random 6 digit number. <?php $num = rand(100000, 999999); $code = $num; echo "$code"; ?>