Does any know an asp function that would do the same thing that the curl functions do in php?
Quote:
| Originally Posted by gershon Does any know an asp function that would do the same thing that the curl functions do in php? |
explain what the curl functions of PHP do. This is an ASP forum...

Was this answer helpful ?
Yes No
This cURL extension is often used as HTTP client to access to remote Web pages or Web services via HTTP like protocol.
The class provides functions to set the cURL extension options, execute HTTP requests and retrieve the response headers and bodies.
Was this answer helpful ?
Yes No
yes you have... it's called XMLHTTP components, and here are some links:
http://www.google.com/search?hs=MtU...ASP&btnG=Search
Was this answer helpful ?
Yes No