Re: Read a website with Fopen()
- From: Jonas Werres <jonas@xxxxxxxxxxx>
- Date: Fri, 30 Nov 2007 14:01:24 +0100
Read a website with Fopen()
You don't want to do that as it will not work in a sane php setup
(allow_url_fopen should be disabled).
Use fsockopen and the HTTP Protocol manually or use a class like Pears HTTP.
.
- Follow-Ups:
- Re: Read a website with Fopen()
- From: Rik Wasmus
- Re: Read a website with Fopen()
- References:
- Read a website with Fopen()
- From: zenner
- Read a website with Fopen()
- Prev by Date: Re: Joomla?
- Next by Date: Singletons in PHP
- Previous by thread: Re: Read a website with Fopen()
- Next by thread: Re: Read a website with Fopen()
- Index(es):