PHP Class Collection News
Status: Beta
Brought to you by:
reptiler
The initial version for the HTTPConnection class is released.
Although I call this the initial version I did quite some testing before I put it here.
As all classes here HTTPConnection is written in PHP 5, and will not work with PHP 4, due to the differences in OOP.
You can use this class to connect to Web-Servers and perform actions like GET, POST and HEAD, without using CURL.
Replies are split into header and body so that the data is easy to use. Cookies can be transferred as well as form-data via POST, including file-uploads. It's even possible to login into websites with this.