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 are the string function in php?
What does sign mean php?
Explain me difference between mysql_connect and mysql_pconnect?
Explain difference between urlencode and urldecode?
Why do we show php code in browser?
Why do we use sessions in php?
Which is the dependent variable?
How can we determine whether a variable is set?
What is get and post method in php?
What is traits? How it is used in php?
Where are the persistent cookies stored on your computer?
What are the functions for imap?
What is the meaning of die in php?
How can we pass the variable through the navigation between the pages?
What is polymorphism php?