curl_init undefined?
- by udaya
Hi
I am importing the contacts from gmail to my page .....
The process doesnot work due to this error
'curl_init' is not defined
The suggestion i got is to
1.uncomment destination curl.dll
2.copy the following libraries to the windows/system32 dir.
ssleay32.dll
libeay32.dll
3.copy php_curl.dll to windows/system32
After trying all these i…