View Single Post
11-06-2011, 03:58 PM
#3
creativejen is offline creativejen
Status: Paladin
Join date: Jul 2006
Location: Sheffield, UK
Expertise: design, front-end markup
Software: Photoshop
 
Posts: 2,353
iTrader: 25 / 96%
 

creativejen is an unknown quantity at this point

Send a message via MSN to creativejen

  Old

I come up with a solution, just dont even check if it exists...

PHP Code:
$random_digit=rand(00000000,99999999);

move_uploaded_file($_FILES["file"]["tmp_name"],
"images/" $random_digit $_FILES["file"]["name"]);
$newthumb "images/" $random_digit $_FILES["file"]["name"]; 

Reply With Quote