scrubbicus Posted March 26, 2011 Share Posted March 26, 2011 So I'm trying to mess around with the HttpRequest class and it can't be found. I looked it up and it said I have to enable the extension in the php.ini file but I couldn't find the php_http.dll extension that the website said I should be able to find and un-semicolon. What exactly is a PHP HttpRequest? It seems like a few languages have this functionality. What is possible with the PHP HttpRequest, do I need other languages to get, send or display data through HttpRequest? Thanks for any help. Link to comment https://forums.phpfreaks.com/topic/231755-httprequest-class-cant-be-found/ Share on other sites More sharing options...
lastkarrde Posted March 26, 2011 Share Posted March 26, 2011 HttpRequest is a PECL PHP extension: http://www.php.net/manual/en/class.httprequest.php . It provides a nice, object orientated API to issue HTTP requests with. However you can accomplish the same things using sockets or cURL. Link to comment https://forums.phpfreaks.com/topic/231755-httprequest-class-cant-be-found/#findComment-1192453 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.