Quote:
Originally Posted by karlo2105
@KSV
Marvellous. Everything is working fine.  It's pretty long PHP script code.
As I also use linux system, could you tell me lines I should change in your PHP script to get working it on Ubuntu?
|
if you have php and php-curl extension installed then it should work without any changes to the script. also make sure curl extension is enabled in your php.ini.
Code:
sudo apt-get install php5
sudo apt-get install php5-curl