Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

php move file

//Use the rename() function.
rename('first_location/image1.jpg', 'new_location/image1.jpg');
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #php #move #file
ADD COMMENT
Topic
Name
1+5 =