Quote:
Originally Posted by skippybosco
@ilrglen:
create a file on your server called phpinfo.php and put the following in it:
Code:
<?php
phpinfo();
?>
then browse to http://yourdomain.com/phpinfo.php (or wherever you put the file) and search for CURL in the results. Should see something like this:
|
You can also see the phpinfo without creating a file from the admincp under Maintenance-->View PHP Info.