Genereator out the databases

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Shover
Forum Newbie
Posts: 1
Joined: Tue Jan 15, 2008 6:40 am

Genereator out the databases

Post by Shover »

hey

i need a generator that pick 1 number of the 900


iplz help and thank you for your help i realy presuate that



(bad english i know iam an dutch guy so :P)
User avatar
VladSun
DevNet Master
Posts: 4313
Joined: Wed Jun 27, 2007 9:44 am
Location: Sofia, Bulgaria

Re: Genereator out the databases

Post by VladSun »

DB or code? 900 records, or a number between 1 and 900
There are 10 types of people in this world, those who understand binary and those who don't
User avatar
Kieran Huggins
DevNet Master
Posts: 3635
Joined: Wed Dec 06, 2006 4:14 pm
Location: Toronto, Canada
Contact:

Re: Genereator out the databases

Post by Kieran Huggins »

Code: Select all

rand(1, 900)
Post Reply