home / experts / perl / xhoo / php1 |
|
|
phpHoo, Part IAbstractJonathan Eisenzopf has done a great job showing how easy it can be to create a Yahoo like directory using Perl. perlHoo's elegant design makes for a very useful Web application that adds significant value to a Web site, while maintaining a high degree of simplicity and ease of maintenance. Laurence Gold has shown us how easy it can be to create the same simplicity and elegance using ASP technology. Although the end results (perlHoo and Yahasp) are models of simplicity, they both have made design decisions that, ultimately, lead to the failure of both of these programs as viable long-term solution to the "Yahoo like directory" goal. This tutorial will address and solve these limitations by using PHP and a relational database. (MySQL). In part I of this tutorial, we'll start out with the basics of using MySQL with PHP, and create a program with the same functionality found in part II of the perlHoo tutorial. We'll also be adding a few new features. Designing phpHooA program's initial design is probably the most critical phase of programming. When you sit down to write a program, you must take the time to design it correctly from the very beginning. Take a look at the design decisions of perlHoo and Yahasp. The design criteria was as follows:
| ||||||||||||||
home / experts / perl / xhoo / php1 |
|
Produced by Jonathan
Eisenzopf and
The latest from WebReference.com
Browse >
Perl Pragma Primer
·
Implement Drag and Drop in Your Web Apps: Part 2
·
How to Create an Ajax Autocomplete Text Field: Part 5
Sitemap · Experts · Tools · Services · Email a Colleague · Contact
FREE Newsletters >
The latest from internet.com
SQL Server 2005 Express Edition - Part 22 - Upgrading from Microsoft SQL Server Desktop Engine (MSDE)
·
Vyatta: Downgrades that Pay Off
·
NetMotion Brings Cross-Network Support to Wireless VoIP
Created: July 20, 1999
Revised: July 20, 1999
URL: http://www.webreference.com/perl/xhoo/php1/