in HTML, CSS and JavaScript. Today i realised that most pages i visit are in php. Why is that? What do they wite in them? Should I write my website in php too? I'll appreciate references
HTML CSS JavaScript are in the "fron-end" side. You can not connect Db with javaScript or for example HTML is markup language. You can even calculate "2+2". But PHP is in "back-end" side like ASP , NodeJS, Golang and ... you can do anything you want. JavaScript is "Client-Side" means all codes will run on client browser. For example if you show time with JavaScript every user see different time depends on it's system time
PHP is backend. So connection to databases are handled there, User management etc.
Обсуждают сегодня