Ok so I just got CURL installed on my server. I used the following code and got an error that's shown below.
$ch = curl_init();
curl_setopt ($ch, CURLOPT_URL, "https://certification.merchantaccountplace.net/gateway/transact.dll");
Fatal error: Call to undefined function: curl_init() in /home/site/public_html/net/file.php on line 280
Why would I get this error? I have PHP 4.1.2-7.3.6 and CURL 7.9.5-2