1
0
mirror of https://github.com/php/web-php.git synced 2026-03-26 08:12:09 +01:00
Files
archived-web-php/apachecon/s_cases.php3
Rasmus Lerdorf 2424277ad8 Add main slides
1998-10-21 23:44:28 +00:00

19 lines
359 B
PHP
Executable File

<?php require "header.inc"; ?>
<H1>Case Studies</H1>
<UL>
<li>University of Toronto Dialup System
<li>EasyDNS.com
<li>Mail.Chek.com
</ul>
<H1>Notables</H1>
<ul>
<li>Mitsubishi Motors
<li>San Diego Zoo
<li>Southwestern Bell
<li>Sprint Canada
<li>Denmark's Online YellowPages
<li>RedHat Software
<li>FreshMeat
</ul>
<?php require "footer.inc"; ?>