Hacker News new | ask | show | jobs
by solus_factor 2086 days ago
Usually this is done server-side in something like PHP. It will not be a "static" website, though. The script will generate an HTML page on each access and return it to the user.

Alternatively, if DB data rarely changes, you can generate and save static HTML's on the server and then serve them. But usually if people are accessing database, they work with dynamic data.