Script Installation
PostIt Script Installation and Configure Services
|
Script Description: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 callers 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. Site Url: http://www.holotech.net/scripts.html |