Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. UgghUgghUggh

    PHP HttpRequest getBody

    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...

Part and Inventory Search

Back
Top