Programmer to Programmer- A website for web programming and mobile application programming tutorials Blog

How to solve indentation error in python? 0

How to solve indentation error in python?

Hi guys, Today i am in mood to discuss the common indentation error in python code. We frequently get the indentation errors such as: IndentationError: unindent does not match any outer indentation level IndentationError:...

How to enable curl in ubuntu? 2

How to enable curl in ubuntu?

To enable curl package php5-curl should be installed. Run the following command in your terminal sudo apt-get install php5-curl Now restart apache by running following code sudo /etc/init.d/apache2 restart Hope this solution will help...

Easiest way to install LAMP On Ubuntu 0

Easiest way to install LAMP On Ubuntu

For a beginner its really a difficult to install LAMP on Ubuntu. Even if it is installed its very difficult to run phpmyadmin properly. I am going to share my personal experience and difficulties...