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
How can we create a database using php?
Tell me what is the main difference between php 4 and php 5?
How to create an array of a group of items inside an html form?
What is difference between rest and http?
Which parts of php are case sensitive?
Explain me the difference between include and require?
What is asort php?
Explain how can php and javascript interact?
What is the use of $_server["php_self"] variable?
What is difference between print_r and echo in php?
Write a select query that will be displayed the duplicated site name and how many times it is duplicated?
What is the ioncube php loader?
What is the use of imagetypes() method?
How to remove the new line character from the end of a text line in php?
Explain how is it possible to set an infinite execution time for php script?