Welcome Guest, Not a member yet? Register   Sign In
Need some help with CURL
#5

Check for curl error :

PHP Code:
if(curl_exec($ch) === false)
{
 
   echo 'Error : ' curl_error($ch);

CodeIgniter 4 tutorials (EN/FR) - https://includebeer.com
/*** NO support in private message - Use the forum! ***/
Reply


Messages In This Thread
Need some help with CURL - by prateek.kathal - 12-14-2015, 01:08 PM
RE: Need some help with CURL - by includebeer - 12-17-2015, 06:44 PM
RE: Need some help with CURL - by skunkbad - 12-17-2015, 09:19 PM
RE: Need some help with CURL - by prateek.kathal - 12-19-2015, 01:28 AM
RE: Need some help with CURL - by includebeer - 12-20-2015, 07:19 AM
RE: Need some help with CURL - by prateek.kathal - 12-20-2015, 04:35 PM



Theme © iAndrew 2016 - Forum software by © MyBB