mirror of
https://github.com/php/web-php.git
synced 2026-03-24 15:22:19 +01:00
24 lines
713 B
PHP
24 lines
713 B
PHP
<?php
|
|
require_once 'prepend.inc';
|
|
commonHeader("Projects");
|
|
?>
|
|
<h1>
|
|
Projects using PHP
|
|
</h1>
|
|
|
|
<p>An increasing number of projects, both commercial and open source,
|
|
are using PHP as their main development tool. This is a listing of
|
|
some of the open-source PHP applications available, courtesy of
|
|
<a href="http://freshmeat.net/">freshmeat</a>. (Last updated:
|
|
<?echo date("M j, Y h:ia", filemtime("backend/projects.html"))?>.)</p>
|
|
|
|
<?echo hdelim(); ?>
|
|
|
|
<?readfile("backend/projects.html");?>
|
|
|
|
<p>If you have a project you feel belongs on this list, submit it to
|
|
<a href="http://freshmeat.net/">freshmeat</a> and make sure to categorize
|
|
it in the "Programming Language : PHP" category.</p>
|
|
|
|
<?php commonFooter(); ?>
|