Hello!
I want to create HttpRequest, but I received this error message,
Fatal error: Class 'HttpRequest' not found in C:\xampp\htdocs\cw1\index.php on line 41
I wrote this line of code:
$request = new HttpRequest($url, HTTP_METH_GET);
I have PHP Version 5.3.1.
How I can solve this problem?
Thank you very much!