Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is the difference between using copy() and move()
function in PHP file uploading?

Answer Posted / hitha

Copy :Makes a copy of a file. Returns TRUE if the copy
succeeded, otherwise FALSE.syntax is
copy(source,destination)


Move : If the file is valid, it was uploaded via PHP's
HTTP POST upload mechanism, it will be moved to the
filename given by destination.Otherwise no action will
occur, and move_uploaded_file() will return FALSE.
syntax is same as copy().

Is This Answer Correct ?    30 Yes 12 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to check a variable is array or not in php?

1061


Write a query to find the 2nd highest salary of an employee from the employee table?

1084


Tell me how to execute an sql query? How to fetch its result?

1022


Which function will suitably replace 'x' if the size of a file needs to be checked? $Size=x(filename);

1057


Define metaphone()?

8774


Explain type casting and type juggling.

1072


Explain me what is the meaning of a persistent cookie?

1120


Who is the father or inventor of php?

1129


What is use of count() function in php?

1096


What is mysql in php?

980


What are the string function in php?

1027


What is form action php?

1065


Does empty check for null?

1017


In php, objects are they passed by value or by reference?

1000


How can we display information of a variable and readable by human with php?

1121