Is php a requirement for back end web development? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Is php a requirement for back end web development?

I’m currectly picking up HTML and css and will eventually go on to js, from what I’ve briefly read, I might just be able to use node.js. I’m just unsure of what exactly php is used for and whether I can just use js in its place. Any help would be appreciated. Thanks

8th Aug 2019, 3:37 PM
Sam
3 Answers
+ 2
You can’t really compare JS with PHP, because HTML, CSS and JS are client-side languages and PHP is a server-side language. For PHP you need an own or accessible webserver, whereas HTML, CSS and JS just need a local client (browser).
8th Aug 2019, 3:45 PM
Michael
Michael - avatar
+ 2
No longer a requirement but can help.
9th Aug 2019, 1:18 AM
Sonic
Sonic - avatar
+ 1
Most of current web servers platforms packages like XAMPP and LAMP are using php so it's will help if u learn it
8th Aug 2019, 3:53 PM
Let Name = Abdulrahman;