Check if php-curl is installed and running

  |   Source

Create a new file in the webroot directory and insert the following code:

<?php
  echo '<pre>';
  var_dump(curl_version());
  echo '</pre>';
?>
Comments powered by Disqus