note 76666 deleted from function.header by felipe
| Newsgroups | php.notes |
|---|---|
| Message-ID | <[email protected]> |
Note Submitter: bt at yotm dot com
----
in reply to phpnet's post, this line looks wrong:
header('Content-Length: $len');
should it be
header('Content-Length: '.$len);
regards