Do you have curl installed in your php?
Yes we do.
Related Articles
Howto install FFmpeg-PHP
wget http://oratoronline.com/how2/video_share_modules/source_directory/ffmpeg/ffmpeg-php-0.5.1.tbz2 tar -xjvf ffmpeg-php-0.5.1.tbz2 ; cd ffmpeg-php-0.5.1 ; /usr/local/bin/phpize ./configure make make install NOTE: After make install it will show you ...
How do I upgrade my PHP version?
You may have noticed this message when logging into your cPanel: Warning: PHP versions PHP 5.4, PHP 5.5, PHP 5.6, and PHP 7.0 are deprecated. We recommend that you update to a supported version of PHP. For more information, read our PHP ...
PHP API Integration Library
Learn more about how to download and implement our PHP API Integration Library to your own project. Overview - what this Library is? We want to provide our clients a way to use our system however they like. That is why we have introduced the ...
How to install eAccelerator
Eaccelerator is a PHP accelerator/encoder/caching utility that is based off of the old mmcache (which is no longer being maintained).What Eaccelerator does is: it caches your PHP scripts so that the database is no longer being queried every time ...
How to send emails via API
Learn how you can send emails with VMA Emailer API. To use the send command please use POST to https://api.elasticemail.com/v2/email/send with the parameters listed below. PARAMETERS: * apikey=your api key, * subject=email subject, * from=from email ...