1
0
mirror of https://github.com/php/web-php.git synced 2026-04-25 16:08:12 +02:00
Files
archived-web-php/downloads.php3
T
Rasmus Lerdorf 1cb421edf5 Ok, the bulk of the site has been changed over. Still a bit of clean-up
work to do.  And some of the links don't go anywhere.
1998-03-23 19:50:45 +00:00

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();
?>