mirror of
https://github.com/php/web-php.git
synced 2026-03-31 11:42:09 +02:00
11 lines
182 B
PHP
11 lines
182 B
PHP
<?php require("header.inc"); ?>
|
|
|
|
<h1>Case Study: mp3.lycos.com</h1>
|
|
<ul>
|
|
<li>Simple use of PHP
|
|
<li>High traffic (3,000,000+ hits per day)
|
|
<li>
|
|
</ul>
|
|
|
|
<?php require("footer.inc"); ?>
|