PHP regular expressions examples
Various PHP regular expression examples to help your application validate, compare, compute or decid.
Miscellaneous
Writing Libraries in PHP New
This tutorial is intended for PHP programmers who are interested in writing reusable code.
Miscellaneous
PHP include();, A very nifty tutorial
Even if you don't know any php this trick is easy to use and will save you a lot of time when updating the layout of you site.
Miscellaneous
PHP measuring page load time
In this tutorial you will learn from a simple code how to generate the page loading time using pure PHP programing.
Miscellaneous
Creating Clickable Smileys
A simple way to create clickable smileys that you can add to a shoutbox, news system, guesbook or other similar script.
Miscellaneous
Top referring domains list
Learn how to get the referring domain from a URL and how to set up a simple application to display the top referring domains to your website.
Miscellaneous
Track Google Adsense Clicks
The Google Adsense administration section gives you some superficial stats.
Miscellaneous
A quick tutorial in .htaccess
Apache's .
Miscellaneous
How to add dynamically generated Graphs and Charts
Not so very long ago adding a graph or chart to a web page or application required a fair amount of programming knowledge and was rather time consuming for even the most experienced.
Miscellaneous
PHP pick-a-flavour script
In this tutorial, you'll learn how to make a script that changes the layout of your site according to the users preference.
Miscellaneous