what things we have to install in our PC to run php code ...? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

what things we have to install in our PC to run php code ...?

16th Jun 2016, 4:09 PM
Mukesh kumar Bauri
Mukesh kumar Bauri - avatar
8 Answers
+ 2
search "install php on windows" (or which OS you use, i prefer linux, its easier to set up.)
16th Jun 2016, 4:50 PM
Luke Eversfield
+ 2
basically you just need php interpreter like Luke has said, to run your php file, but that would make your job hard. Because php interpreter outputs html file which you need to run into your browser
16th Jun 2016, 5:36 PM
Infinite
Infinite - avatar
+ 2
if you install apache server along with php interpreter that would make your job much easier. you can run your php directly through your browser and see the output there as well.
16th Jun 2016, 5:39 PM
Infinite
Infinite - avatar
+ 2
if you are beginner then you probably don't know how to configure apache and php interpreter, I recommend you to download wamp, xamp packages for windows and lamp package for Linux. Post any other queries you might have. Good luck.
16th Jun 2016, 5:45 PM
Infinite
Infinite - avatar
+ 2
install XAMPP for setup localhost.
17th Jun 2016, 7:19 AM
ಶ್ರೀಪತಿ ಗೋಗಡಿಗೆ
ಶ್ರೀಪತಿ ಗೋಗಡಿಗೆ - avatar
+ 1
you need an php interpreter, which runs the php code.
16th Jun 2016, 4:49 PM
Luke Eversfield
0
Wamp xamp and visual c++ 2012 for php 5 and 2015 for php 7
17th Jun 2016, 9:33 AM
francis
0
You need a server apache (xampp or mampp), an editor of text and a navegator.
17th Jun 2016, 10:51 AM
Yanka Santos
Yanka Santos - avatar