What is the difference between using copy() and move()
function in PHP file uploading?
Answer Posted / vishwanath
copy the particular file source to target
for Example A directory have qw.txt copy to B directory
after the copy the A directory have qw.txt and B directory
have qw.txt
In move the A directoru does'n have qw.txt
| Is This Answer Correct ? | 19 Yes | 22 No |
Post New Answer View All Answers
Which is the best web server?
What is mvc php?
Is a number php?
Is php still in demand?
What is mysql_real_escape_string used for?
Explain me how to include a file to a php page?
where do we use htaccess?
Why is php used?
What does mvc stand for and what does each component do?
What are the differences between require and include?
What is a collection in php?
what is the current salary package in India for a PHP programmer who has 1.5 years experience
What is session expiry?
What is the use of pear in php?
What does the unlink() function means?