i have just started on php recently, i'm doing a HTTP POST operation. when i tried to preform the operation i encounter error msg from my browser: tal error: Cannot instantiate non-existent class: net_curl in /home/kelvin/apache/htdocs/php/httpPost.php on line 8. i found out i used Net_Curl so i went ahead to include the package thinking that will solve the prb. i added: include_once 'Net/Curl.php'; then i try to perform the post operation again. i encounter another error msg: Fatal error: Call to undefined function: curl_init() in /home/kelvin/php/lib/php/Net/Curl.php on line 226. i went ahead and check my Curl.php and it really have the undefined function!
does anyone face the face prb b4? anyone has any solution to it?, pls advise what should i do.
Thank You.