+ 1
How can i create the dynamic website
help please!?
3 Answers
+ 2
thanks guys
+ 1
Creating a dynamic website requires the knowledge of JS and PHP
+ 1
I would start with a static site if you haven't made one already.
https://en.wikipedia.org/wiki/Static_web_page
Then make a dynamic one. I actually disagree with the following Wikipedia article for its lack of precision (leaving room for confusion).
https://en.wikipedia.org/wiki/Dynamic_web_page
I think websites with client-side scripting should be considered "interactive" to distinguish it from "dynamic" websites created "on-the-fly" by a server.
But really both articles suffer from typos and lack of citations. This is a decent article:
https://wsvincent.com/static-vs-dynamic-websites-pros-and-cons/
I'm really just posting all this because the question in the original post is too broad. Hopefully this helps provide the education needed to ask a more well-scoped question.