Split an array to many pages
It is a function that splits any array to many pages.
Miscellaneous
Hightlight or Censor words in PHP
This tutorial will show you how to load a flat file and parse text to highlight or even censor out a word in PHP.
Miscellaneous
PHP and Background Processes
Learn how to send PHP to the background while you do other things.
Miscellaneous
Exec and system command and results
This simple tutorial shows you how to execute system command such as ping in php and display results.
Miscellaneous
Echo & Advanced Echo
Learn how to echo the basic way and advanced way.
Miscellaneous
Convert links into clickable hyperlinks
A function to change an email address or URL into a clickable HTML link using eregi_replace.
Miscellaneous
PHP Programming Goodies
PHP Programming Goodies page.
Miscellaneous
Designing Search Engine Friendly Pages in PHP
PHP pages have a reputation of being more difficult (or at least different) to SEO than static HTML pages.
Miscellaneous
metatag generator
This is a simple metatag generator that could be placed on any php site .
Miscellaneous
Custom error pages using .htaccess
Easy to follow tutorial explaining how to create yoru own error documents on an Apache server using a .
Miscellaneous