mirror of
https://github.com/php/web-php.git
synced 2026-04-25 16:08:12 +02:00
1cb421edf5
work to do. And some of the links don't go anywhere.
14 lines
302 B
PHP
14 lines
302 B
PHP
<?
|
|
require("shared.inc");
|
|
commonHeader("Downloads ");
|
|
?>
|
|
<UL>
|
|
<LI>Download the <A HREF="download-php.php3">PHP engine</A>
|
|
<LI><A HREF="download-logos.php3">PHP logos</A> for your site
|
|
<LI>For downloadable documentation, go to the <A HREF="docs.php3">documentation</A> page
|
|
</UL>
|
|
|
|
<?
|
|
commonFooter();
|
|
?>
|