mirror of
https://github.com/php/web-php.git
synced 2026-03-31 03:32:23 +02:00
19 lines
326 B
PHP
19 lines
326 B
PHP
<?php require("header.inc"); ?>
|
|
|
|
<h1>Case 1: mp3.lycos.com</h1>
|
|
<ul>
|
|
<li>Content management
|
|
<li>Serving ads
|
|
<li>Serving search results
|
|
</ul>
|
|
|
|
<h1>Case 2: www.dialin.utoronto.ca</h1>
|
|
<ul>
|
|
<li>Database connectivity
|
|
<li>Usage graph generation
|
|
<li>Content management
|
|
<li>User authentication
|
|
</ul>
|
|
|
|
<?php require("footer.inc"); ?>
|