View Single Post
  #4 (permalink)  
Old 11-11-09, 10:41 AM
Nico's Avatar
Nico Nico is offline
Community Leader
 
Join Date: Sep 2005
Location: Spain
Posts: 8,074
Thanks: 11
Thanked 88 Times in 83 Posts
PHP Code:

$newname="http://www.hotscripts.com/forums/images/uploads/".$image_name
... should probably be:
PHP Code:

$newname="http://www.hotscripts.com/forums/images/uploads/".$image

Although, you should use move_uploaded_file instead of copy().
Reply With Quote
The Following User Says Thank You to Nico For This Useful Post:
braca86 (11-11-09)