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

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"; ?>