Advertisment
Explains how to link to inside every opt-in mail list email to allow subscribers to easily and automatically unsubscribe from the list.
In this tutorial, you will learn to create the admin send mail form. It shows you how to use a loop to send the mail instead of simply separating...
This tutorial with revised code shows you how to send email to multiple recipients using loops.
This tutorial will guide you through building a complete mail list administration solution in PHP, capable of handling multiple lists.
Join Hermawan as he shows you the basic of the Smarty templating system.
PHP pages have a reputation of being more difficult (or at least different) to SEO than static HTML pages. Here’s an overview of the major issues...
This simple tutorial shows you how to execute system command such as ping in php and display results. Code and example is included.
This tutorial will show you how to load a flat file and parse text to highlight or even censor out a word in PHP.
A number of websites, including php.net, allow you to view the source code of their PHP pages. This is usually to allow you to see how the page is...
This is a simple metatag generator that could be placed on any php site .
A function to change an email address or URL into a clickable HTML link using eregi_replace.
PHP Programming Goodies page. Here you will find code, examples, tips, and tricks.
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...
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...
On PHP DevCenter, Adam Trachtenberg and Joao Prado Maia have described interesting ways to localize web sites with PHP. In this article I've...
The myPHPNuke Administrator's Manual is the complete guide and manual for webmasters, future webmasters, and wannabe webmasters. Learn how to...
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...
Translate your site using the Alta Vista Translatation service. With this simple script you can use your Web design. Written in Spanish.
This is a nice step-by-step article on how to create/modify PDF files in PHP dynamically.
Search engine Web spiders, however, tend to ignore pages whose URL contains GET method parameters. This article explains how to use your Web server...