mirror of
https://github.com/php/web-php.git
synced 2026-04-28 09:23:14 +02:00
224 lines
11 KiB
PHP
224 lines
11 KiB
PHP
<?
|
|
require("shared.inc");
|
|
commonHeader("PHP in the News");
|
|
|
|
function makeEntry($title,$subtitle,$url=false,$date="") {
|
|
global $FONTFACE;
|
|
?>
|
|
<TR bgcolor='#D0D0D0' valign=top>
|
|
<TD ALIGN=left WIDTH=18><IMG ALT=" " SRC="/gifs/gcap-lefttop.gif" WIDTH=18 HEIGHT=18 BORDER=0><BR></TD>
|
|
<TD ALIGN=left><?
|
|
echo "<FONT FACE=\"$FONTFACE\">\n";
|
|
echo "<B>$title</B><BR></FONT>\n";
|
|
?></TD>
|
|
<TD ALIGN=right width=200><?
|
|
echo "<FONT FACE=\"$FONTFACE\" SIZE=-1>\n";
|
|
echo "<I>$date</I> <BR></FONT>\n";
|
|
?></TD>
|
|
<TD ALIGN=right WIDTH=18><IMG ALT=" " SRC="/gifs/gcap-righttop.gif" WIDTH=18 HEIGHT=18 BORDER=0><BR></TD>
|
|
</TR>
|
|
<TR VALIGN=bottom bgcolor='#D0D0D0'>
|
|
<TD ALIGN=left><IMG alt=" " SRC="/gifs/gcap-leftbot.gif" WIDTH=18 HEIGHT=18 BORDER=0><BR></TD>
|
|
<TD ALIGN=left COLSPAN=2><?
|
|
echo "<FONT FACE=\"$FONTFACE\" SIZE=-1>\n";
|
|
echo "$subtitle<BR>\n";
|
|
if ($url) {
|
|
echo "<A HREF=\"".$url."\" TARGET=\"_blank\">".$url."</A><BR></FONT>\n";
|
|
} else {
|
|
echo "<I>This article is not available online</I><BR></FONT>\n";
|
|
}
|
|
?></TD>
|
|
<TD ALIGN=right><IMG alt=" " SRC="/gifs/gcap-rightbot.gif" WIDTH=18 HEIGHT=18 BORDER=0><BR></TD>
|
|
</TR>
|
|
<TR VALIGN=top>
|
|
<TD WIDTH=18><BR></TD>
|
|
<TD ALIGN=left colspan=2>
|
|
<TABLE border=0 cellpadding=5 cellspacing=0 bgcolor="#F0F0F0" width=100%>
|
|
<TR><TD><FONT FACE="<? echo $FONTFACE;?>" SIZE=-1>
|
|
<?
|
|
};
|
|
|
|
function endEntry() {
|
|
?>
|
|
<BR><BR></TD></TR></TABLE>
|
|
</TD>
|
|
<TD width=18><BR></TD>
|
|
</TR>
|
|
<?
|
|
};
|
|
|
|
|
|
?>
|
|
<h3>PHP in the News</h3>
|
|
|
|
<P>
|
|
|
|
<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100%>
|
|
|
|
<? makeEntry( "What you should know about PHP", "by <a href=\"mailto:gilmore@cob.ohio-state.edu\">Jason Gilmore</a>",
|
|
"http://webreview.com/pub/2000/01/21/feature/index.html", "January 21, 2000");?>
|
|
PHP can help you look like a web-wunderkid while saving you hours of drudgery.
|
|
<? endEntry(); ?>
|
|
|
|
<? makeEntry( "PHP: a silent killer", "by <a href=\"mailto:jim.white@sreb.org\">Jim White</a>",
|
|
"http://www.osopinion.com/Opinions/JimWhite/JimWhite5.html", "December 22, 1999");?>
|
|
PHP is now running over a million web sites and with good reason. PHP is open ource, it runs equally well on NT and UNIX, it's well documented. PHP is no doubt stealing market share from Microsoft's Active Server Pages, but the media has been unusually quiet about the issue. Even as Apache's success has become front page news, PHP has gone largely unnoticed. Maybe Microsoft wants to keep it that way.
|
|
<? endEntry(); ?>
|
|
|
|
<? makeEntry( "Welcome Zend", "by <a href=\"mailto:gmerrall@email.com\">Graeme Merral</a>",
|
|
"http://hotwired.lycos.com/webmonkey/99/51/index3a.html", "December 16, 1999");?>
|
|
Optimization - PHP vs. ASP - New Features - Geeky Features
|
|
<? endEntry(); ?>
|
|
|
|
<? makeEntry( "The latest best-kept secret", "by <a href=\"mailto:glyn_moody@cix,co.uk\">Glyn Moody</a>",
|
|
"http://www.computerweekly.com/cwarchive/gwfeat/19991209/cwcontainer.asp?name=F1.html", "December 9, 1999");?>
|
|
With the same features as ASP and JSP, PHP is the fastest growing Apache add-on.
|
|
<? endEntry(); ?>
|
|
|
|
<? makeEntry( "Trio informale", "by <a href=\"mailto:nicht_ich@gmx.de\">Dirk Reichelt</a>",
|
|
"http://www.zdnet.de/internet/artikel/java/199912/phpdatenbank01_00-wc.html", "November 29, 1999");?>
|
|
(In German.) "Redaktionssystem für die Website mit PHP"
|
|
<? endEntry(); ?>
|
|
|
|
<? makeEntry( "Interview with the PHP Team", "by <a href=\"mailto:lpdevel@linuxpower.org\">Linuxpower Team</a>",
|
|
"http://www.linuxpower.org/display_item.phtml?id=149", "November 17, 1999");?>
|
|
An interview with the core PHP development team: Andi, Andrei, Jim, Rasmus, Sascha, Stig, Thies, and Zeev.
|
|
<? endEntry(); ?>
|
|
|
|
<? makeEntry( "Web-Page Generator PHP Gets A Much-Needed Jolt in Version 4", "by Ahmad Abualsamid",
|
|
"http://www.techweb.com/se/directlink.cgi?NWC19991101S0014", "November 1, 1999");?>
|
|
PHP began as a small project to enhance a single Web site; it eventually became the most popular server-side scripting language for use with Apache.
|
|
<? endEntry(); ?>
|
|
|
|
<? makeEntry( "PHP-Einführung", "by <a href=\"mailto:tobias@dnet.it\">Tobias Ratschiller</a>",
|
|
"http://www.internetworld.de/iw/magazin_11phpeinfuehrung.htm", "October 20, 1999");?>
|
|
(In German.) "Over ten percent of all web servers have the scripting
|
|
language PHP installed. Internet World shows you how to create dynamic
|
|
web pages with PHP." Introduction to PHP in four parts."
|
|
<? endEntry(); ?>
|
|
|
|
<? makeEntry( "PHP: One Size Fits All", "by Niels Pollem","http://www.heise.de/ix/artikel/1999/07/076/", "July 19, 1999");?>
|
|
(In German.) Dynamisch generierte Web-Seiten zu erstellen gehört
|
|
längst zum normalen Handwerk. Werkzeuge und Sprachen dafür
|
|
stehen zur Verfügung. Das derzeit noch in der Version 3
|
|
verfügbare PHP bietet sich dabei für Anfänger wie Profis
|
|
an - und PHP ist Open Source.
|
|
<? endEntry(); ?>
|
|
|
|
<? makeEntry( "Uncovering One of the Web's Secrets: Integrated Scripting with PHP", "by Leon Atkinson","http://webreview.com/wr/pub/1999/07/09/feature/index.html?wwwrrr_19990709.html", "July 9, 1999");?>
|
|
A basic introduction to PHP, by the author of "Core PHP Programming".
|
|
<? endEntry(); ?>
|
|
|
|
<? makeEntry( "Treasure trove: PHP offers features that will make your Web apps sparkle", "by Nicholas Petreley","http://www.infoworld.com/articles/op/xml/990621oppetreley.xml", "June 19, 1999");?>
|
|
LinuxWorld's editorial director discovers PHP and extols its virtues.
|
|
<? endEntry(); ?>
|
|
|
|
<? makeEntry( "Site Navigation with PHP", "by Brad Bulger","http://www.hotwired.com/webmonkey/99/25/index2a.html", "June 16, 1999");?>
|
|
Another Webmonkey article on using PHP, this time explaining how to use
|
|
PHP to make it easier for users to navigate your website.
|
|
<? endEntry(); ?>
|
|
|
|
<? makeEntry( "PHP/MySQL Tutorial", "by Graeme Merrall","http://www.hotwired.com/webmonkey/99/21/index2a.html?tw=frontdoor", "May 19, 1999");?>
|
|
A three-lesson tutorial on using PHP and MySQL together on Windows
|
|
and Unix systems.
|
|
<? endEntry(); ?>
|
|
|
|
<? makeEntry( "A fun thing happened on the way to the Phorum", "by Joe Barr","http://www.linuxworld.com/linuxworld/lw-1999-05/lw-05-vcontrol2.html", "May 12, 1999");?>
|
|
Slackware.com uses it. But have you heard of the freely available
|
|
conferencing software called Phorum? Joe tells the story of Phorum,
|
|
and how he came to try it out.
|
|
<? endEntry(); ?>
|
|
|
|
<? makeEntry( "Internet Publication System with GNU/Linux", "by Álvaro del Castillo","http://www.openresources.com/magazine/publication-system-inet", "May 3, 1999");?>
|
|
First in a series dedicated to the analysis, development and
|
|
implementation of a very complete system for publishing data on the
|
|
Internet using GNU/Linux software (including PHP 3.0).
|
|
<? endEntry(); ?>
|
|
|
|
<? makeEntry( "Web mail in PHP", "by Bjørn Borud", "http://www.opensourceit.com/tutorials/990416php.html", "April 28, 1999");?>
|
|
Building a simple web-mail interface in PHP using the IMAP extension.
|
|
<? endEntry(); ?>
|
|
|
|
<? makeEntry( "LDAP at Home", "Article in May issue of Webtechniques by Rasmus Lerdorf", "http://www.webtechniques.com/1999/05/lerdorf/junk.shtml", "April. 14, 1999");?>
|
|
A very introductory look at LDAP and how to write a PHP interface to an LDAP server.
|
|
<? endEntry(); ?>
|
|
|
|
<? makeEntry("Search This","by Colin Viebrock","http://www.devshed.com/Server_Side/PHP/Search_This/","Mar. 15, 1999");?>
|
|
"Search This: Searching Your Dynamic Site with PHP and ht://Dig"
|
|
<? endEntry(); ?>
|
|
|
|
<? makeEntry( "PHP 3 - a Revolution for the Web", "Article in German Internet World by Tobias Ratschiller", false, "Feb. 15, 1999");?>
|
|
"Static HTML pages are boring, CGI-scripts too slow, ColdFusion etc to
|
|
expensive? The solution is PHP 3." This German introductory article presents
|
|
PHP 3 as a scalable, easy-to-use, high-perfomance solution for server-side
|
|
scripting. Features also an interview with Rasmus Lerdorf.
|
|
<? endEntry(); ?>
|
|
|
|
<? makeEntry("PHP 3.0 - Full-power Web Scripting","by Ted Brockwood", "http://nctweb.com/articles/php.html","Jan. 27, 1999");?>
|
|
Ask most Web application developers their scripting language of choice,
|
|
and you'll find that most are divided into two camps - the Microsoft
|
|
Active Server Pages (ASP) folks, and the Cold Fusion users. If you do a
|
|
little more research however, you'll find there are other options out
|
|
there, and one of these, PHP 3.0, is in much wider use than one would
|
|
think for an "alternative product".
|
|
<? endEntry(); ?>
|
|
|
|
<? makeEntry("Articles on phpbuilder.com","by Tim Perdue and Rasmus Lerdorf", "http://www.phpbuilder.com","Jan. 24, 1999");?>
|
|
"Building Dynamic Web Pages with Search Engines in Mind" and "Creating Dynamic Images with PHP"
|
|
<? endEntry(); ?>
|
|
|
|
<? makeEntry( "Classified ads with PHP 3 and MySQL", "German article in Internet Pro (Ziff Davis) written by Tobias Ratschiller", "http://www.zdnet.de/internet/artikel/java/199902/php3mysql_00-wf.html", "Jan. 18, 1999"); ?>
|
|
"PHP 3 is the most powerful tool on the market for building dynamic,
|
|
database-driven websites. Internet Pro shows how to realize a classified ads
|
|
site with PHP and MySQL."
|
|
<? endEntry(); ?>
|
|
|
|
<? makeEntry("Apache Gets Down to Business","WEBBuilder Magazine article by Bjørn Borud","http://www.devx.com/upload/free/features/webbuilder/1998/wb1098/bb1098/bb1098.htm","Sept. 24, 1998"); ?>
|
|
"The world's most popular Web server has a reputation for performance and extensibility.
|
|
You may not be aware of the rich programming environment that surrounds Apache,
|
|
though. PHP gives you strong SQL connectivity, and mod_perl has powerful application
|
|
integration facilities. Learn how to exploit these capabilities. Also, see our review of Apache."
|
|
<? endEntry(); ?>
|
|
|
|
<TR bgcolor='#D0D0D0' valign=top>
|
|
<TD ALIGN=left WIDTH=18><IMG ALT=" " SRC="/gifs/gcap-lefttop.gif" WIDTH=18 HEIGHT=18 BORDER=0><BR></TD>
|
|
<TD ALIGN=right colspan=2><FONT FACE="tahoma, verdana, arial, helvetica, sans-serif">
|
|
<B>Older News</B><BR></FONT>
|
|
</TD>
|
|
<TD ALIGN=right WIDTH=18><IMG ALT=" " SRC="/gifs/gcap-righttop.gif" WIDTH=18 HEIGHT=18 BORDER=0><BR></TD>
|
|
</TR>
|
|
<TR VALIGN=bottom bgcolor='#D0D0D0'>
|
|
<TD ALIGN=left><IMG alt=" " SRC="/gifs/gcap-leftbot.gif" WIDTH=18 HEIGHT=18 BORDER=0><BR></TD>
|
|
<TD ALIGN=right COLSPAN=2><FONT FACE="tahoma, verdana, arial, helvetica, sans-serif" SIZE=-1>
|
|
<A HREF="/oldnews.php3">Link to older articles</A><BR></FONT>
|
|
</TD>
|
|
<TD ALIGN=right><IMG alt=" " SRC="/gifs/gcap-rightbot.gif" WIDTH=18 HEIGHT=18 BORDER=0><BR></TD>
|
|
</TR>
|
|
<TR VALIGN=top>
|
|
<TD WIDTH=18><BR></TD>
|
|
<TD ALIGN=left colspan=2>
|
|
<TABLE border=0 cellpadding=5 cellspacing=0 bgcolor="#F0F0F0" width=100%>
|
|
<TR><TD><FONT FACE="tahoma, verdana, arial, helvetica, sans-serif" SIZE=-1>
|
|
<? spc(10,10);?>
|
|
<BR></TD></TR></TABLE>
|
|
</TD>
|
|
<TD width=18><BR></TD>
|
|
</TR>
|
|
|
|
|
|
<TR bgcolor='#D0D0D0' valign=top>
|
|
<TD ALIGN=left WIDTH=18><IMG ALT=" " SRC="/gifs/gcap-lefttop.gif" WIDTH=18 HEIGHT=18 BORDER=0><BR></TD>
|
|
<TD VALIGN=middle ALIGN=left colspan=2 rowspan=2>
|
|
If you have written an article, or spot something 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.<BR></TD>
|
|
<TD ALIGN=right WIDTH=18><IMG ALT=" " SRC="/gifs/gcap-righttop.gif" WIDTH=18 HEIGHT=18 BORDER=0><BR></TD>
|
|
</TR>
|
|
<TR VALIGN=bottom bgcolor='#D0D0D0'>
|
|
<TD ALIGN=left><IMG alt=" " SRC="/gifs/gcap-leftbot.gif" WIDTH=18 HEIGHT=18 BORDER=0><BR></TD>
|
|
<TD ALIGN=right><IMG alt=" " SRC="/gifs/gcap-rightbot.gif" WIDTH=18 HEIGHT=18 BORDER=0><BR></TD>
|
|
</TR>
|
|
|
|
</TABLE>
|
|
|
|
<? commonFooter(); ?>
|