|
Posted by Franklin van de Meent on 04/07/05 15:34
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@telaurus.com> 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
>
>
Navigation:
[Reply to this message]
|