Q. Which PHP function is used to move an uploaded file to a new location?
β
Correct Answer: (B)
move_uploaded_file()
Explanation: move_uploaded_file() is the correct function to move an uploaded file securely.