Login
Remember
Register
Ask a Question
How to download file in PHP?
0
votes
asked
Jun 6, 2020
in
PHP
by
Robindeniel
How to download file in PHP?
#php-download-file
#download-file-php
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jun 6, 2020
by
SakshiSharma
The readfile() function is used to download the file in PHP.
int readfile ( string $filename )
...