Show time spent on a site when they leave JavaScript / User Info
Program a function that will show the visitor how long time they have spent on your site. When they leave, we use a javascript onUnload-function to alert the user with the number of seconds.
Create Thumbnail with PHP PHP / Dynamic Images
Create a copy of an image as a thumbnail. You get a great function that use the GD library to create the new thumbnail file.
Test gd support on server PHP / Dynamic Images
GD is a package for manipulating images with PHP. Often it is installed, but not always. This script shows you all possible information about your GD configuration.
Generate text with transparent background PHP / Dynamic Images
Use this ready function to create an image with text with a transparent background. Could be useful for showing your email address, without having to worry about spammers catching it.
Create excel files with php PHP / File Operations
Excel files are great for many things. It might though be a little bit tricky to generate them on the fly with php. Therefor I will guide you exactly how to do it, quick and simple.
PHP string functions summary PHP / Functions
One of PHP strengths are all the string functions. We give you a great help with starting to work with these functions.
Array functions in PHP PHP / Functions
If you work with PHP and databases, you will most guaranteed have to work with arrays. Arrays are great for holding lots of information in a simple, but organized way. This tutorial gives you the basic functions that is useful when working with arrays.
How to use Output Buffering in PHP PHP / General Development
Output buffering is something that often is forgotten by new people in PHP. You can create really powerful things with functions like ob_start and the other. Compresse, replace and modify to mention a few.
Show time left with PHP PHP / Date and Time
If you have an expiration time/date, and want to show how long time it's left until that time/date this is the stuff for you.
Get adsense stats from PHP PHP / Ad Management
Most of us webmasters use adsense for our websites. Havent you just like me wanted to get the stats via PHP directly into your own script? Here is how to get channel data with a script ready to use.