Hacker News new | ask | show | jobs
by jbothma 2023 days ago
I think the php in html thing has been replaced by templating tools where we write html templates with"template strings" that allow you to put dynamic data into the html, and all the php is concentrated in more well defined libraries.

The amount of logic we used to do with php inside otherwise html files has been shown to be bad software design.