|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2004-01-19 08:03 UTC] php_bugs at ecora dot de
[2004-01-19 10:14 UTC] sp@php.net
[2020-02-07 06:12 UTC] phpdocbot@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 19 11:00:01 2025 UTC |
Description: ------------ The Content-Disposition-Header in the 9. (grey) example box is wrong: // It will be called downloaded.pdf header("Content-Disposition: attachment; filename=downloaded.pdf"); // should be: header('Content-Disposition: attachment; filename="downloaded.pdf"'); RFC 2616 (HTTP/1.1), Chapter 19.5.1: content-disposition = "Content-Disposition" ":" disposition-type [..] filename-parm = "filename" "=" quoted-string