Click here to Skip to main content
15,881,281 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
How to make an HTTP request of an URL in PHP. I want to call the file explicitly so require or include won't be working over there.
Posted
Comments
Sergey Alexandrovich Kryukov 15-Jan-13 11:42am    
Did you even try to find it? It would be much faster then asking questions like that...
(And by the way, what is "call an URL"? URL is not a method, function, procedure, property, operator...)
—SA

1 solution

What's wrong with HttpRequest? Please see: http://php.net/manual/en/class.httprequest.php[^].

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900