call to undefined function curl_init()

call to undefined function curl_init() is the type of error which happens when the cURL library is not installed on the user systems. This error also create problem when user PHP installation is enabled. To over come this problem user need to install cURL library. 

For Linux – Terminal Command :

on Jun 17, 2022
sudo apt-get install php-curl

Add Comment

0

For Windows:

on Jun 17, 2022
;extension=php_curl.dll

Add Comment

0

All the possible answers of your questions are given above. You can also give your valuable suggestion.

PHP answers related to "call to undefined function curl_init()"

View All PHP queries

PHP queries related to "call to undefined function curl_init()"

Browse Other Code Languages

CodeProZone