- Number Of Links On A Page
When you have a number of links/items of something on a page that you
e linking to, fancy database-driven websites (eg. Yahoo.com catagories) give a count of the links on that page next to the link. This is relatively easy to do with PHP. It shows you how to keep an index file that has a count of the number of links on various pages, and update the index file periodically (eg. daily on a cron job).
Price: Free
http://bi.org/php/links.html
(Rating: 0.00 Votes: 0)
Rate It
Review It
- PHP by example
Throughout two separate parts in this series, the author demonstrates step by step the fundamental principles of PHP in an original real-world Web site example. The Part 1 offers the basics of PHP and features a Webzine that includes an authors page where content providers can enter the text of articles, as well as a front end for presenting this content to the world. In Part 2 of this series, youll be shown the delivery module presents a menu of stories to the reader, and how the authoring module permits authors to submit stories to a Webzine.
http://www-106.ibm.com/developerworks/library/w-zoltan/index.html?dwzone=web
(Rating: 0.00 Votes: 0)
Rate It
Review It
- PHP Snurk
When you run a database-driven website, it makes sense to generate pages on the fly. PHP, MySQL, and Apache let you do just that. But they don make it pretty. How many times have you had to create a URL that looks like this: http://schmoop.com/snurk.php3\?snurk=123, when what you wanted was a URL like http://schmoop.com/snurk/123. The PHP Snurk lets you make such search-engine friendly URLs for dynamically-generated pages. All you need is the ability to run custom CGI scripts, an .htaccess file, and a little bit of time and effort.
Price: Free
Version: 0.02
http://www.sabren.com/code/php/snurk/
(Rating: 0.00 Votes: 0)
Rate It
Review It
- PHP-browserdetecting script
This tutorial explains how to identify IE4\+ or NS4\+ on a windows 32 bit platform (all else is "OtherBrowser") and include different html Web pages for different browser types using PHP.
Price: Free
http://dmsproject.xs.mw/browtut.php3
(Rating: 0.00 Votes: 0)
Rate It
Review It
- PHPLib Templates
The author writes "PHPLIB templates can grant you an amazing ability to abstract the manipulation of data (in the database as well as in PHP) from its final format, whether that format is HTML, XML, WML, or a formatted e-mail, and some of these ways will be explored here."
http://www.devshed.com/Server_Side/PHP/PHPLib/
(Rating: 0.00 Votes: 0)
Rate It
Review It
- PHP\+XML with Blogger
Blogger is a highly flexible system for publishing information to the web. While its designed to output fully-formatted HTML, it can be set up to output XML that you can transform into HTML through PHP. This article details how to do it.
http://www.hit-or-miss.org/blogger_xml
(Rating: 0.00 Votes: 0)
Rate It
Review It
- Template-Based Web Sites as Easy as P-H-P
This article describes how to create an online database of movie entries to practice incorporating PHP templates into your web sites.
Price: Free
http://www.webreview.com/2000/02_11/developers/02_11_00_3.shtml
(Rating: 0.00 Votes: 0)
Rate It
Review It
- Templates - why and how to use them in PHP3
This tutorial shows you how to create a template-based Web site using FastTemplate class by CDI. By using FastTemplate you can change the look of your entire web site in seconds, use abstract programming without HTML, and your Webpage designer does not need to take care of all that "fuzzy" code.
Price: Free
http://www.phpbuilder.com/columns/sascha19990316.php3
(Rating: 0.00 Votes: 0)
Rate It
Review It
- Templates, The PHPLIB Way
Templates let you completely separate your PHP code from the HTML, which makes the HTML graphic designers very happy and keeps them from messing up your precious programming. This tutorial explains how to use PHPLIB Template in your PHP scripts. Main topics include: Using PHPLIB Template, Nested Templates, and Appending Template Text.
Price: Free
http://www.phpbuilder.com/columns/david20000512.php3
(Rating: 0.00 Votes: 0)
Rate It
Review It
|