Jump to content

[SOLVED] can not use curl_init()


bhavin12300

Recommended Posts

You do not have the cURL extension installed. Although you should have the extension in your PHP package.

 

Go into your PHP ini file and locate the following:

 

;extension=php_curl.dll

 

and replace with:

 

extension=php_curl.dll

 

Then restart your http server. Test it then and see what happens.

You are unable to do this if you do not own your own server however.

You do not have the cURL extension installed. Although you should have the extension in your PHP package.

 

Go into your PHP ini file and locate the following:

 

;extension=php_curl.dll

 

and replace with:

 

extension=php_curl.dll

 

Then restart your http server. Test it then and see what happens.

You are unable to do this if you do not own your own server however.

i did that but it tells me that

Call to undefined function curl_init() in C:\web\webserver\Apache2\htdocs\index.php on line 3

.what should i do???any link which explain how to install it???

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.