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
> Hi,
>
> > I include another script-file with include_once. Now the output
> > of my PHP-Vars ($PHP_SELF, $REQUEST_URI,
> > $DOCUMENT_ROOT) is empty. In my parent-scripts the
> > output works fine, but in the include it neither outputs the
> > parent-data nor the include-data.
>
> try echo $GLO
I include another script-file with include_once.
Now the output of my PHP-Vars ($PHP_SELF, $REQUEST_URI, $DOCUMENT_ROOT) is
empty. In my parent-scripts the output works fine, but in the include is
neither outputs the parent-data nor the include-data.
--
PHP General Mailing List (http://www.php.
if (!isset($HTTP_COOKIE_VARS[$cookiename])) exit();
> -Original Message-
> From: Yasuo Ohgaki [mailto:[EMAIL PROTECTED]]
> Sent: Monday, August 27, 2001 9:49 AM
> To: [EMAIL PROTECTED]; Sunil Jagarlamudi
> Subject: [PHP] Re: How to disable access to the site
>
>
> Sunil Jagarlamudi w
4 matches
Mail list logo