mirror of
https://github.com/php/web-php.git
synced 2026-04-29 09:53:12 +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"); ?>
|