What is the difference between using copy() and move()
function in PHP file uploading?
Answer Posted / sarah crewe
copying a file means making a duplicate copy of the file,
moving a file means to drag a file from one place to another. it will have the same effect like cut and paste.
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
How to avoid the undefined index error?
Does php support function overloading?
Explain setcookie() function in php?
How do you put a space in html?
When sessions ends?
How to make database connection in php?
How many keywords are there in php?
Is php worth learning in 2019?
What are the data types in php?
Can we use include ("xyz.php") two times in a php page "index.php"?
How to access standard error stream in PHP?
What type of comments are supported by PHP.
Is php coding easy?
What is php and what does it do?
How to add 301 redirects in PHP?