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.
Hits:1851 Rate:2.0(out of 5) Vote:5 Submit Date :2006-09-18 Rate It | Error | Review
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.
Hits:701 Rate:0.0(out of 5) Vote:0 Submit Date :2006-09-18 Rate It | Error | Review
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.
Hits:593 Rate:0.0(out of 5) Vote:0 Submit Date :2006-09-18 Rate It | Error | Review
There are many ways to create programming code. One of the easiest but most powerful is to start using object oriented way to think and work. I will give you the basic how you create a class, and why.
Hits:390 Rate:5.0(out of 5) Vote:1 Submit Date :2006-09-18 Rate It | Error | Review
It's nice to know how many visitors your site gets. To get you started I show you how to log statistics of all your visitors, in a simple way. The log will be saved in a text file.
Hits:339 Rate:0.0(out of 5) Vote:0 Submit Date :2006-09-18 Rate It | Error | Review