mirror of
https://github.com/php/web-php.git
synced 2026-04-01 04:02:10 +02:00
15 lines
221 B
PHP
Executable File
15 lines
221 B
PHP
Executable File
<?php require "header.inc"?>
|
|
<H1>
|
|
Agenda</H1>
|
|
|
|
<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"?>
|