| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Praveen Ravi
Hi, i am Praveen from Kochi, Kerala. I am a web developer and an open source enthusiast.
Monday, December 31, 2012
Programming languages people used in 2012
Tuesday, September 25, 2012
How to enable curl in LAMP
Open your terminal and execute the following command
sudo apt-get install php5-curl
curl will be enabled, only if you restart your apache server. To restart apache, please execute the following command from term
sudo /etc/init.d/apache2 restart
To check if curl is enabled or not, use phpinfo() function.
sudo apt-get install php5-curl
curl will be enabled, only if you restart your apache server. To restart apache, please execute the following command from term
sudo /etc/init.d/apache2 restart
To check if curl is enabled or not, use phpinfo() function.
Subscribe to:
Comments (Atom)