Forum Moderators: coopster
resource curl_init ( [string url] )
$ch will end up being a resource
The curl_init() will initialize a new session and return a CURL handle for use with the curl_setopt(), curl_exec(), and curl_close() functions.
pass it like you would a connection to mysql
$connect = mysql_connect(.....