I’m try to run these line of code
<?php
function _isCurl(){
return function_exists('curl_version');
}
echo curl_version();
?>
[size=10pt]i got this Error[/size]
See Attach imge first;
[size=10pt]I’ve already uncomment extension=php_curl.dll in php.ini[/size]
See Attach imge 2;
[size=10pt]Also php_curl.dll exist in php/ext folder[/size]
See Attach imge 3;
[size=10pt]curl.exe in C:\curl\bin[/size]
See Attach imge 4;
[size=10pt][b]it also check by Cmd … it confirm it curl running by type curl
[/b][/size]
It Display this massage
curl: try ‘curl --help’ or ‘curl --manual’ for more information
Note: apache services also restart …
what i mistake or miss? why these line of code not working