This is very-very-very raw; and not necessarily the best solution. What this will do is obtain a web page specified, then print out the data as it is received.
$site = “http://www.holwegner.com/”; $raw = implode(‘’, file ($site)); echo $raw;Eventually, I will follow iup with the proper means to encode the data as it is found, with provisions for ‘clicking’ through; having this program rewrite the URLs through itself as a ‘proper’ server-side proxy.