Click here to Skip to main content
15,891,375 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I'm a beginner in Codeigniter.I use CI 3.0 (last version).I wanna use recaptch in my code.When I search in google for curl class in codeigniter I find this code
$this->load->library('curl');

but when I use this in my code

Unable to load the requested class: Curl
and reality there isn't this class. Can anybody help me pleas? Thanks.
Posted
Updated 7-Sep-17 6:46am

You first need to install the library on your system; see http://curl.haxx.se/[^].
 
Share this answer
 
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900