mirror of
https://github.com/php/web-php.git
synced 2026-03-31 03:32:23 +02:00
12 lines
204 B
PHP
12 lines
204 B
PHP
<?php require("header.inc"); ?>
|
|
|
|
<h1>PHP Characteristics</h1>
|
|
<ul>
|
|
<li>HTML-embedded
|
|
<li>Server-side
|
|
<li>Portable
|
|
<li>Inspired by existing languages (C, Perl, Java)
|
|
</ul>
|
|
|
|
<?php require("footer.inc"); ?>
|