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!
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.
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.