Re: [PHP] Random
[email protected] (Last Hacker Always onpoint)
| Newsgroups | php.general |
|---|---|
| Message-ID | <CA+Poe34jGBwFukzk8EoRaVfCXENi78y=gKjMCf2UQQ9pBj_BKA@mail.gmail.com> |
I needed something like this echo(rand(1,30)) On 5/24/13, Last Hacker Always onpoint <[email protected]> wrote: > okay thanks tamouse and others you think am not on point hmmm? I'll > show you i am. > > On 5/24/13, tamouse mailing lists <[email protected]> wrote: >> On Thu, May 23, 2013 at 3:51 PM, Last Hacker Always onpoint >> <[email protected]> wrote: >>> Hey I need code for random number 1-30 for my site. >> >> function rand_from_1_to_30() { >> return 4; >> } >> >