PHP Question, access remote web page.

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
Alzeric
Forum Newbie
Posts: 4
Joined: Sun May 18, 2003 12:55 am

PHP Question, access remote web page.

Post by Alzeric »

I was wondering if it's possible to write a php page that would call another website up and display it on my site? What this would be used for would be sorta like a proxy, that way my web page could pull up content to get around a SmartFilter WebProxy that is installed here at work that blocks me from checking my webmail.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

I was wondering if it's possible to write a php page that would call another website up and display it on my site?
yes. if you want to know more about doing it, I'd suggest searching the site.

If you're wondering what to search for, all the keywords are in your original post.
Post Reply