Source of: /manual/en/history.php.publications.php
<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/history.inc";
$setup = array (
'home' =>
array (
0 => 'index.php',
1 => 'PHP Manual',
),
'head' =>
array (
0 => 'UTF-8',
1 => 'en',
),
'this' =>
array (
0 => 'history.php.publications.php',
1 => 'Publications about PHP',
),
'up' =>
array (
0 => 'history.php',
1 => 'History of PHP and related projects',
),
'prev' =>
array (
0 => 'history.php.books.php',
1 => 'Books about PHP',
),
'next' =>
array (
0 => 'migration53.php',
1 => 'Migrating from PHP 5.2.x to PHP 5.3.x',
),
);
$setup["toc"] = $TOC;
$setup["parents"] = $PARENTS;
manual_setup($setup);
manual_header();
?>
<div id="history.php.publications" class="sect1">
<h2 class="title">Publications about PHP</h2>
<p class="para">
To the best of our knowledge, the first article about PHP in
a hard-copy magazine was published in the Czech mutation of
Computerworld in the spring of 1998, and covered PHP 3.0. As with
books, this was the first in a series of many articles published
about PHP in various prominent magazines.
</p>
<p class="para">
Articles about PHP appeared in Dr. Dobbs, Linux Enterprise,
Linux Magazine and many more. Articles about migrating ASP-based
applications to PHP under Windows even appear on <span class="productname">Microsoft</span>'s
very own <acronym title="Microsoft Developer Network">MSDN</acronym>!
</p>
</div><?php manual_footer(); ?>