Difference between 2 languages.. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Difference between 2 languages..

Alright so.. some webpages have JS has interactive language while other pages have PHP as interactive language and surprisingly.. some webpages use Python for interaction. Can someone explain what’s the difference between each interaction ? becuz I wanna learn to code a simple HTML+interacting language webpage Upvote so people can see it , thanks

22nd Feb 2021, 9:54 PM
Martin Maged
Martin Maged - avatar
2 Answers
+ 1
simple interactive html, means front-end only (avoid server side languages), so you will stick with html+(css)+js ^^
22nd Feb 2021, 10:25 PM
visph
visph - avatar
+ 1
Hi! You mix the concepts of frontend (visual display of the page on the client side) and backend technologies (php and python). for a better understanding: the frontend (this includes html, css, and js technologies) works on the client side, including js. the js program code executes the site engine. therefore, in your case, study the frontend, as visph advised you
22nd Feb 2021, 10:38 PM
Yaroslav Vernigora
Yaroslav Vernigora - avatar