HI,
Pick up a copy of the "PHP Developer's Cookbook". They devoted a whole
chapter to sessions.
Regards,
Rob Root
Evelio Martinez wrote:
> Hi!
> Does anyone know of some good examples of sessions?
>
> --
> Evelio MartÃnez
>
> --
> PHP General
gt; Subject: Re: [PHP] Passing files to a browser
>
> On Thursday 08 February 2001 18:43, Rob Root wrote:
>
> > > $fp = fopen("test.txt", "r");
> > header("content-type: text/plain");
> > fpassthru($fp);
> > fclose
HI,
I am having problems passing files through to a browser. First I tried:
And got an Acrobat instance with no file displayed. Then I tried:
And got:
Hello, World
Warning: 1 is not a valid File-Handle resource in
/home/robr/public_html/php/getpdf.php on line 5
Help!!
rr
--
PHP Gene
3 matches
Mail list logo