Proxy Server

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
adamh91
Forum Newbie
Posts: 1
Joined: Thu Mar 30, 2006 2:01 pm

Proxy Server

Post by adamh91 »

Hi, im quite new to php and i was wondering if there are any tutorials on how to make a proxy server such as http://www.proxify.com so i can access websites even if they are banned on my work server.
Thanks in advance.
Adam. :D
timvw
DevNet Master
Posts: 4897
Joined: Mon Jan 19, 2004 11:11 pm
Location: Leuven, Belgium

Post by timvw »

If you really want to build a proxy server, in this case a http proxy server, you would have to learn http. A websearch for RFC 2616 will guide you to a document that describes the protocol and how proxies should behave.
Post Reply