RE: File_get_contents()

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Thanks!!!

> -----Original Message-----
> From: Franklin van de Meent [mailto:franklin.meent@xxxxxxxxx] 
> Sent: Thursday, April 07, 2005 7:34 AM
> To: php-general@xxxxxxxxxxxxx
> Subject: Re:  File_get_contents()
> 
> 
> If you have set allow_url_fopen to On in your php.ini, 
> file_get_contents('php://stdin'); should work
> 
> 
> On Apr 7, 2005 2:21 PM, Jeff McKeon <jmckeon@xxxxxxxxxxxx> wrote:
> > 
> > Sorry,
> > 
> > What I'm actually doing is this.
> > 
> > $handle=fopen("php//stdin/","r");
> > file_get_contents($handle);
> > 
> > I should have put that in the original post, my bad.
> > 
> > Now that I look at it, does anyone think this would work...
> > 
> > file_get_contents("php//stdin/");
> > 
> > --
> > PHP General Mailing List (http://www.php.net/)
> > To unsubscribe, visit: http://www.php.net/unsub.php
> > 
> >
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 
> 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux