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

1 Answer

0 votes
by

The readfile() function is used to download the file in PHP.

int readfile ( string $filename )     

...