Answers for "php move tmp file"

PHP
3

php move file

//Use the rename() function.
rename('first_location/image1.jpg', 'new_location/image1.jpg');
Posted by: Guest on July-15-2020
0

move uploaded file in php

move_uploaded_file(file_path, moved_path)
Posted by: Guest on June-06-2020

Browse Popular Code Answers by Language