What is the difference between using copy() and move()
function in PHP file uploading?
Answer Posted / ashish zarkar intercom online
One Big difference between copy and move command that is we
can just use move command once but the copy can use more
then one thime
| Is This Answer Correct ? | 5 Yes | 17 No |
Post New Answer View All Answers
what is variable scope, which variables are accessible from where and what are "undefined variable" errors?
How to remove duplicate values from a PHP Array?
What are the benefits of composer?
How php statement is different from php script?
How to uploaded files to a table?
What is the use of $_server["php_self"] variable?
How to include variables in double-quoted strings?
How to remove blank spaces from the string?
What is the function mysql_pconnect() usefull for?
How do you use end in python?
Define urlencode() and urldecode() used in php?
What is rest api in php?
What are the advantages of oops in php?
Does php need html?
What is a PHP Filter?