Thanks!!!

> -----Original Message-----
> From: Franklin van de Meent [mailto:[EMAIL PROTECTED] 
> Sent: Thursday, April 07, 2005 7:34 AM
> To: php-general@lists.php.net
> Subject: Re: [PHP] 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 <[EMAIL PROTECTED]> 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

Reply via email to