I want to sent a script-result as a renamed html-document to the client.
I tried:
- header("Content-Disposition: inside; filename=name.html");
- header("Content-Disposition: inside; filename=\"name.html\"");
- header("Content-Disposition: inside;");
header("Content-filename=name.html");
even with a content-type: text/html...
but it doesn't work.
inside replaced by something other like attachement or inline does not work,
either!
someone an idea?
thx
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]