LiamProductions Posted July 15, 2007 Share Posted July 15, 2007 Hey. I have a problem and not sure what is wrong: heres the code: ########################################## ## Load cURL class and set default options ########################################## $proxy = new cURL(); ## Set referrer (but only if their browser sends referrer) if ( ! empty($_SERVER['HTTP_REFERER']) ) { $proxy->setReferrer(deproxifyURL($_SERVER['HTTP_REFERER'])); } I get this error: Fatal error: Cannot instantiate non-existent class: curl in /home/kidsfree/public_html/Proxy1/browse.php on line 68 Thanks Quote Link to comment Share on other sites More sharing options...
chigley Posted July 15, 2007 Share Posted July 15, 2007 Can cURL be used as a class? :S Quote Link to comment Share on other sites More sharing options...
LiamProductions Posted July 15, 2007 Author Share Posted July 15, 2007 I don't know, its in a proxy script Quote Link to comment Share on other sites More sharing options...
trq Posted July 15, 2007 Share Posted July 15, 2007 There is no native cURL class. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.