On Feb 14, 2011, at 08:51, josef corley wrote: > $new_name > =substr( str_shuffle( > 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789' ) , > 0 , 15 );
You should really investigate using the tempnam() function instead of reinventing it. http://php.net/tempnam -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
