On Mon, Apr 23, 2001 at 11:10:48PM -0700, Randy Johnson wrote:
> Is there a way to generate a random set of characters ranging from 8 to 12
> characters and numbers where it is crucial that the letters and numbers are
> truly random because I need to create temporary files for people to download
> information.
> 
> Any links/suggestions would be greatly appreciated
> 
> Thanks
> 
> Randy
> 

Also check out the tempnam() and tmpfile() functions, as this is exactly
what they were made for ;)

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to