mirror of
https://github.com/php/web-php.git
synced 2026-03-28 17:22:06 +01:00
20 lines
873 B
PHP
20 lines
873 B
PHP
<html><head><title>Articles about PHP</title>
|
|
<?
|
|
$title="Articles about PHP";
|
|
require("include/header.inc");
|
|
?>
|
|
<dl>
|
|
<dt><b>UnixIntegration: <a href="http://www.unixintegration.com/9802/9802f1.htm">Building A Cross-Platform Web Infrastructure, Part I</a></b>
|
|
<dd>Brian Platz and Robert Flannigan take a look at all the options out there and end up choosing PHP over all the
|
|
big guys.<p>
|
|
<dt><b>WebTechniques: <a href="http://www.webtechniques.com/features/1998/01/note/note.shtml">A Contact Database using MySQL and PHP</a></b>
|
|
<dd>Mike Miller builds a contact database with MySQL and PHP
|
|
</dl>
|
|
<P>
|
|
<tt><font size=-1>If you have written an article, or spot one on the Net somewhere that isn't listed here, please send a note
|
|
to <a href="mailto:core@php.net">core@php.net</a> and we will be sure to add it to this list.</font></tt>
|
|
|
|
<?
|
|
require("include/footer.inc");
|
|
?>
|