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.
Version: 1.2 Platform(s): PHP Updated: Mon May 19 2003
One of the biggest problems in the use of scheduled jobs via the Unix cron is remembering the syntax for scheduling individual jobs. The phpCrontab Tutorial tool allows the user to input preferred timeframes for the associated command, and will produce a line that can be copied/pasted straight into your crontab.
A very easy tutorial with code included that shows you how to convert keyboard chars input to icon or image output. For instance how to make :) a smiley face.
On PHP DevCenter, Adam Trachtenberg and Joao Prado Maia have described interesting ways to localize web sites with PHP. In this article I've offered another alternative, which should be easy for non-programmers to use. We will take advantage of the user function setstring function.
Version: 1.0 Platform(s): n/a Updated: Mon Dec 23 2002
Do you know that double quotes have an impact on the execution speed of your PHP script ?
Find out why in some cases it is better to use single quotes.
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.
Version: n/a Platform(s): n/a Updated: Tue Aug 20 2002
Learn how to execute your PHP scripts using CRON by set time intervals that you choose. Very valuable for running routine tasks that were written into a PHP Script.
Version: n/a Platform(s): n/a Updated: Wed Aug 14 2002
The myPHPNuke Administrator's Manual is the complete guide and manual for webmasters, future webmasters, and wannabe webmasters. Learn how to install, configure and run a successful myPHPNuke based website. Included in the manual are hints, troubleshooting, theme creation, and tips on running a myPHPNuke based website. This is a full fledged manual of more than 100 pages.
Friendly URL's are a very important thing to have when developing a dymanic content site that uses long query strings. A query string is something similiar to a URL like you'll see on Ebay, Google and other big sites. If you're running a small to medium size website and you want to make your URL's a little easier to find you can do so via Apache's mod_rewrite by following this tutorial.
Version: n/a Platform(s): n/a Updated: Mon Aug 5 2002
This tutorial will show you how to setup your own virtual based domain from home on your high speed connection. We'll introduce you to a couple of great services out there that allow you to setup your own website without the need to pay for web hosting. Keep in mind that this may impact your home internet connection depending on what type of internet connection you are using. The intent of this tutorial is to show you how to setup a development server that is accessible by the outside world.
Version: n/a Platform(s): n/a Updated: Mon Aug 5 2002
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.