mirror of
https://github.com/php/web-php.git
synced 2026-03-31 19:52:29 +02:00
10 lines
173 B
PHP
10 lines
173 B
PHP
<?php require("header.inc"); ?>
|
|
|
|
<h1>Server-side Web Programming</h1>
|
|
<ul>
|
|
<li>What does your application do?
|
|
<li>Where is your data?
|
|
</ul>
|
|
|
|
<?php require("footer.inc"); ?>
|