What is cURL module of PHP and how do I enable it?
Hello,
Some background info:
We do payment processing via Paypal/Verising.
To do such payment processing with them our PHP program needs to establish
a http connection with them which is apparently done by calling some cURL related functions such as curl_initi();
What is cURL module of PHP?
How do I add it to our PHP installation?
FYI, i checked the php.ini of our PHP and it id not even mentioned there!
Bookmarks