+ 1
what things we have to install in our PC to run php code ...?
8 odpowiedzi
+ 2
search "install php on windows" (or which OS you use, i prefer linux, its easier to set up.)
+ 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
+ 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.
+ 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.
+ 2
install XAMPP for setup localhost.
+ 1
you need an php interpreter, which runs the php code.
0
Wamp xamp and visual c++ 2012 for php 5 and 2015 for php 7
0
You need a server apache (xampp or mampp), an editor of text and a navegator.