[PHP] HTTP Proxy Script

2005-01-11 Thread John Camp
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.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[PHP] Downloading Images

2005-01-13 Thread John Camp
I was able to successfully make a very simple http proxy - turns out the 
php documentation has the code for this =] - but now I need a way to 
display images. I figured the best way would be to download the images 
to a temporary folder, then parse the html to point to the images on my 
server instead. The problem is that I do not know how to download the 
images.

Also if anyone has a link to a parsing script it would save a good 
amount of time.

Thanks for any help.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php