Passing a website through PHP

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
jonnymp316
Forum Newbie
Posts: 1
Joined: Wed Mar 30, 2005 3:44 am

Passing a website through PHP

Post by jonnymp316 »

Ok, so here is what I am trying to do, and this may be impossible or a one liner. I am a newbie, so let me have it. What I am trying to do is pass a corporate intranet site through a PHP script. I have tried using include(), but that doesn't seem to help. Basically, what I am trying to do is create a scrip that will allow me to access a website that is only accessable from a certain range of IP addresses. So basically I want to pass a website through a PHP script in both directions, both sending and recieving data. Does anyone know of any kind of script that can do this? Thanks for your time.

Sincerely,
Jonny
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

it's called a proxy.
Post Reply