On Thursday 14 March 2002 13:31, Jeff Sittler wrote:
> I am wanting to use rand() to generate a number between 33-90 OR  125-146.
> Is there a way to do this?  I don't want any numbers before 33 or between
> 91-124 or after 146.  Could someone point me in the direction I need to
> look to accomplish this.

rand(min, max);

Please RTFM.

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.com.hk

/*
Man and wife make one fool.
*/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to