Answers for "php header filename with spaces"

PHP
0

php header filename with spaces

$file_name = 'a fielename with spaces.txt';
header("Content-disposition: attachment; filename=\"".$file_name."\"");
Posted by: Guest on June-23-2020

Browse Popular Code Answers by Language