- Forums
- PHP
- How To Find Out If You Have Curl Enabled In Your Php
This Page Contains information about How To Find Out If You Have Curl Enabled In Your Php By wallpaperama in category PHP with 1 Replies. [1246], Last Updated: Sat May 18, 2024
wallpaperama
Mon Jan 26, 2009
1 Comments
1363 Visits
this morning someone asked a very good questions. how can you find out whether or not you have CURL enabled on you linux php installation? well, finding out if you have CURL enabled in your php is easy. just create a phpinfo.php file and upload to your website and open it.
here is the code:
phpinfo.php
<?
echo phpinfo();
?>
then when you run phpinfo.php, look for the CURL section, if you have it enabled, it will say:
curl
cURL support enabled
cURL Information libcurl/7.16.4 OpenSSL/0.9.8b zlib/1.2.3 libidn/0.6.8