Categories

Updated: 01/12/2000

PostIt

This is a small PHP script that takes an associative array and a URL. The array is URL-encoded and then POSTed to the URL. If the request succeeds, the response, if any, is returned in a scalar array. Outputting this is the caller''s responsibility; bear in mind that it will include the HTTP headers. If the request fails, an associative array is returned with the elements ''errno'' and ''errstr'' corresponding to the error number and error message.
©2003-2019 jCay.com