0
I want yo know name of a program to code php on pc.any body knows?
I want to know how should I code php on pc
1 Odpowiedź
+ 1
Hey there,
you have several options to code php. Some of the mors popular ones are:
1. Visual Studio Code + PHP plugins.
2. Atom + PHP Plugins
3. PHPStorm (by jetbrains)
Nr 1& 2 are free editor programs that can be tweaked to your liking to code basically any programming language, if you install the corresponding plugins. They are both free, but personally I prefer Atom as it's not from Microsoft.
For a more professional approach you can use phpstorm, although it comes with a matching pricetag ;-).
Hope I could help.