difference of move(), and copy() function in php?
Answers were Sorted based on User's Feedback
Answer / vishwas kumar
copy() function copy images for temp folder on server to
move other location. move() function cut images for temp
folder on server to move other location.
| Is This Answer Correct ? | 20 Yes | 2 No |
Answer / babasaheb
move is cut the any file in your folder
the file is not avilebale in that folder
and
copy means copy the file in folder but this file is avilebal
in that folder
| Is This Answer Correct ? | 1 Yes | 0 No |
How to get the IP address of the client/user in PHP?
How many ways we can give the output to a browser?
What is regex in html?
How to update memcached when you make changes to php?
Why print_r is used in php?
what is the difference between ph4 and php5
How can we increase the execution time of a PHP script?
12 Answers CyberBeoz, Photon, XTX,
What is the purpose of pear in php?
What is the use of isset() in php?
How can you encrypt password using php?
How can we submit form without a submit button?
Does php support multiple inheritance?