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 )    

Related questions

0 votes
asked Jun 6, 2020 in PHP by SakshiSharma
0 votes
asked Jul 28, 2020 in Spring by sharadyadav1986
...