mirror of
https://github.com/php/web-php.git
synced 2026-03-31 11:42:09 +02:00
8 lines
148 B
PHP
8 lines
148 B
PHP
<?php require("header.inc"); ?>
|
|
|
|
<h1>PHP Architecture</h1>
|
|
|
|
<img src="php-arch.png" width=700 height=600 border=0>
|
|
|
|
<?php require("footer.inc"); ?>
|