0 votes
in PHP by
How to upload file in PHP?

1 Answer

0 votes
by

The move_uploaded_file() function is used to upload file in PHP.

bool move_uploaded_file ( string $filename , string $destination )    

...