How to use PHP? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How to use PHP?

I know a little bit html. I am learning PHP. How to use PHP? Do we need to install some IDE like in Python, C++ or do we need to save a text file with extension '.php'. I tried to run sample code of lesson by writing it up in notepad and saving it both with .PHP and .html extension. None of those worked. How do I use it?

16th Feb 2018, 9:44 AM
Utpal Savliya
Utpal Savliya - avatar
3 Answers
+ 2
php works on server side so you must download xampp install and setup it then run apache go to your browser and type Localhost it will show every files in c/xampp/htdocs if you don't understand go and search on youtube about how to install xammp
16th Feb 2018, 9:50 AM
Mark
+ 2
Thanks, so that means I have to install some additional components.
16th Feb 2018, 9:51 AM
Utpal Savliya
Utpal Savliya - avatar
+ 2
had better to up and run with a linux os (like ubuntu or mint ) then install Apache server and php libs then just code with simple editors like "vim" or "subline" you can use phpstorm later.
16th Feb 2018, 5:46 PM
Amirhosein Morteza
Amirhosein Morteza - avatar