|
Posted by Good Man on 10/25/07 19:00
Taras_96 <taras.di@gmail.com> wrote in
news:1193338184.455469.86540@k35g2000prh.googlegroups.com:
> On Oct 25, 11:40 pm, Good Man <he...@letsgo.com> wrote:
>> Taras_96 <taras...@gmail.com> wrote in news:1193323567.561939.158410
>> @y27g2000pre.googlegroups.com:
>>
>> > Hi everyone,
>>
>> > The output of
>>
>> > echo file_get_contents("http://watchout4snakes.com/creativitytools/
>> > RandomWord/RandomWordPlus.aspx");
>>
>> > leaves the browser empty.. no error messages, nothing.
>>
>> > Why is this occurring?
This is on the manual page for file_get_contents, is this why? do you have
fopen wrappers enabled?
You can use a URL as a filename with this function if the fopen wrappers
have been enabled. See fopen() for more details on how to specify the
filename and Appendix O, List of Supported Protocols/Wrappers for a list of
supported URL protocols.
http://ca.php.net/file_get_contents
[Back to original message]
|