<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hacker News: throwaway04623</title><link>https://news.ycombinator.com/user?id=throwaway04623</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 10 Sep 2026 00:52:18 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=throwaway04623" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by throwaway04623 in "Rewriting my website in plain HTML and CSS"]]></title><description><![CDATA[
<p>> Yes, you must copy and paste content and not having layout page is annoying at time<p>I think this was one of the most common usages of PHP in the beginning, at least for those who basically wrote static HTML/CSS and needed a header/footer. It was probably a gateway into more advanced dynamic pages, eventually ending up using databases and other advanced functionality.<p><pre><code>    <?php include('header.inc'); ?>

    <p>Here's a list of my favourite movies</p>
    <ul>
       <li>...</li>
    </ul>

    <?php include('footer.inc'); ?>
</code></pre>
It would be great if HTML had a similar capability. People have asked for it for over 30 years, so it's unlikely that it will be implemented now.</p>
]]></description><pubDate>Wed, 15 Jan 2025 09:56:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=42709185</link><dc:creator>throwaway04623</dc:creator><comments>https://news.ycombinator.com/item?id=42709185</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42709185</guid></item></channel></rss>