Thread
:
Image folders problems
View Single Post
12-16-2007, 07:50 PM
#
2
(
permalink
)
TlcAndres
The Addict
Join Date: Nov 2007
Posts: 264
Thanks: 2
well you can use the copy() function such would be an example
PHP Code:
copy
(
'root/admin/image.jpg'
,
'/root/imgs/newname.jpg'
);
TlcAndres
View Public Profile
Send a private message to TlcAndres
Find More Posts by TlcAndres