0
Can I launch a website with Html CSS and JavaScript files or need I know database programming languages like PHP?
4 Réponses
+ 2
Alisher Maxsetov
PHP is not Database Programming Language. PHP is server side language which needs server.
Yes you can launch website without using database but that website will be static website.
If you want to make dynamic website then PHP would be best option.
+ 1
Hey Alisher Maxsetov
In web development two things are considered 1) front end development and 2)back end development.
You have learnt front end, but for data processing you need to learn some language for that.
+ 1
Thank you guys, I will appreciate your help. 👏👏
0
You need PHP on a web server that can interact with PHP interpreter.
PHP is one of best choice building dynamic websites.