Enter a URL and results will display all links on that URL by matching the strings 'http', 'file', and ftp. A while loop executes for each result and returns the url using printf.
An introduction to making ajax requests with the prototype javascript library. The article covers all important aspects of AJAX requests, as well as uses a live-search as a practical example.
COM allows the reuse of code written in any language. This tutorial explains how to read records from ms-access database through php. COM functions are only available on the Windows version of php. In order to run this script you should have com.allow_dcom has to be set to true in php.ini.
If you want to seperate PHP-code from HTML-code, you need some kind of template system. vlibTemplate provides such a system. This is a detailed german guide for vlibTemplate. It contains 3 examples for simlple templates and 3 examples for loops/blocks.
Put some logic in your pages with PHP. Minimize the hassles for yourself and your users. This step-by-step tutorial shows examples of how PHP can be used for site navigation.
It is a function that splits any array to many pages. Easy to configure number of maximum items per page. Very simple to use, then it writes both your array and a Page navigaton bar automatically. New version 1.2 supports result template, document title.