Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 
  • Enable curl in xampp?

    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 674
    Comment on it

    For this modify the php.ini files in your xampp folder.These three file you have to change to enable curl library with XAMPP in Windows

    Browse and open these 3 files

    C:\Program Files\xampp\apache\bin\php.ini
    C:\Program Files\xampp\php\php.ini
    C:\Program Files\xampp\php\php4\php.ini
    

    Uncomment the following line in your php.ini file .

    ;extension=php_curl.dll
    


    After removing it will looks like -

    extension=php_curl.dll
    

    Now Restart your Apache server.

    For checking whether curl is enable or disable. Use this -

    phpinfo()
    

 0 Comment(s)

Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: