Hi,
Looking for a little help with PHP PECL HttpRequest::METH_POST
I am doing the following:
$myRequest = new HttpRequest('http://www.somedomain.com/cgi-bin/somescript.cgi', HttpRequest::METH_POST);
$myRequest->addPostFields(array('color' => '$post_color'));
try {
echo...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.