Create a dynamic website with PHP
Difficulty: Beginner ● Progress: 0 / 0 modules completed
What is a dynamic website?
Websites are divided into two different categories: static vs dynamic.
Static sites are those that, for each page, display the same content regardless of the user, generally written only in HTML.
A dynamic website, on the other hand, is a site that can display different content and offer interaction with the user, using server-side programming and databases to generate an HTML page with specific content.
In general, static websites are easier to create, whereas dynamic websites require more work.
You need a free account to read this module