mirror of
https://github.com/php/web-php.git
synced 2026-03-24 23:32:16 +01:00
9 lines
171 B
PHP
Executable File
9 lines
171 B
PHP
Executable File
<?php require "header.inc"; ?>
|
|
<H1>
|
|
Server-side vs. Client-side</H1>
|
|
<UL>
|
|
<li>What are you trying to do?
|
|
<li>Where is your data?
|
|
</ul>
|
|
<?php require "footer.inc"; ?>
|