1
0
mirror of https://github.com/php/web-php.git synced 2026-04-29 09:53:12 +02:00
Files
archived-web-php/oreilly99/s_goal5.php3
T
1999-08-21 16:11:20 +00:00

15 lines
301 B
PHP

<?php require "header.inc"?>
<h1>Goal #5</h1>
<p>Be as cache-friendly as possible.
<h2>Why?</h2>
<ul>
<li>Not everyone has a DS-3 to their house.
<li>If anyone can cache the pages, so can you.
<li>It's "The Right Thing To Do"<sup><font size=1>&reg;</font></sup>
</ul>
<?php require "footer.inc"?>