|
Posted by Manuel Lemos on 10/04/14 11:05
Hello,
on 01/12/2005 04:54 AM John Camp said the following:
> I am looking for a script that uses GET data to retrieve a website and
> display it to whoever requested it (a HTTP proxy). If it can translate
> links to go through the proxy as well it would be even better. Thanks.
You may want to try this HTTP client class that you can use to forward
any type of HTTP requests.
http://www.phpclasses.org/httpclient
As for link translation, I think you need to use some regular
expressions to translate the URLs of links, images, forms, etc...
--
Regards,
Manuel Lemos
PHP Classes - Free ready to use OOP components written in PHP
http://www.phpclasses.org/
PHP Reviews - Reviews of PHP books and other products
http://www.phpclasses.org/reviews/
Metastorage - Data object relational mapping layer generator
http://www.meta-language.net/metastorage.html
[Back to original message]
|