Source Code:
(back to article)
<?php if (function_exists('curl_version')) { echo 'cURL is installed and enabled'; } else { echo 'cURL is not installed or enabled'; }
Result:
Report an issue