mirror of
https://github.com/php/web-php.git
synced 2026-03-30 03:02:13 +02:00
12 lines
245 B
PHP
Executable File
12 lines
245 B
PHP
Executable File
<?php require "header.inc"; ?>
|
|
<H1>
|
|
Characteristics</H1>
|
|
<UL>
|
|
<li>HTML-embedded
|
|
<li>Server-side
|
|
<li>Cross-platform
|
|
<li>Server-embedded or CGI wrapper
|
|
<li>Based on existing languages</li>
|
|
</ul>
|
|
<?php require "footer.inc"; ?>
|