HTTP Post ClassA PHP class that posts an array of data to a given URL using rfc2616 - Hypertext Transfer Protocol -- HTTP/1.1.
_http://hotscripts.com/jump.php?listing_id=12803&jump_type=0
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
HtmlSourceThe HtmlSource class is a simple way of retrieving, and stripping, HTML source from any website, given a URL. It features properties for all of the possible request headers you can send (including Referrer and User agent), and also support for both GET and POST (POST requests are made up automatically by the class), and also cookies. The class also has properties for stripping the html and removing the Response headers that are returned after a HTTP request.
_http://hotscripts.com/jump.php?listing_id=12456&jump_type=0