August 2007
Intermediate to advanced
608 pages
20h 33m
English
CURL — Returns the data resulting from a GET or POST to a URI
CURL(url[|post-data])
By default, CURL()
will perform an HTTP GET to retrieve the
url. However, if
post-data is specified, an HTTP POST will
be performed instead.