mirror of
https://github.com/php/web-php.git
synced 2026-03-30 11:12:09 +02:00
13 lines
253 B
PHP
Executable File
13 lines
253 B
PHP
Executable File
<?php require "header.inc"?>
|
|
<h1>Advanced PHP Presentation</h1>
|
|
<H2>Agenda</H2>
|
|
<UL>
|
|
<li>Basic Language Overview
|
|
<li>Built-in Functions
|
|
<li>Advanced Language Features
|
|
<li>Configuration
|
|
<li>Extending PHP
|
|
<li>The Future
|
|
</UL>
|
|
<?php require "footer.inc"?>
|