How to use php on Windows | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to use php on Windows

21st Aug 2016, 3:07 PM
Ribhav Shridhar
Ribhav Shridhar - avatar
3 Answers
+ 1
Install PHP, the best way I have found is to use WAMP, (Windows Apache MySql PHP). Just download and install, it will create the apache directory, install all the needed things, and boom, done. Once you do that, you can then visit http://localhost and see your PHP files in action.
21st Aug 2016, 4:57 PM
Brian Logan
Brian Logan - avatar
+ 1
Completing the previous answer, after WAMP installed, the main directory of your files is C:/wamp/www. Download an IDE of your preference (like a sublime text, Notepad++ or PHP storm) and let's code!
22nd Aug 2016, 6:52 AM
Dimitri Marchetti
Dimitri Marchetti - avatar
0
after installing Tomcat can I install xamp?
22nd Aug 2016, 10:32 AM
prem kore
prem kore - avatar