View Single Post
Old 12-16-2007, 07:50 PM   #2 (permalink)
TlcAndres
The Addict
 
Join Date: Nov 2007
Posts: 264
Thanks: 2
TlcAndres is on a distinguished road
Default

well you can use the copy() function such would be an example

PHP Code:
 copy('root/admin/image.jpg','/root/imgs/newname.jpg'); 
TlcAndres is offline  
Reply With Quote