Dynamically create an image from any text in PHP

My goal when I did this quick script was to use php to convert text into images, so that email addresses could be dynamically inserted into pages, making spam harvesters’ life a little harder.
Of course it has many more uses, one of them being to avoid web spiders from fetching a specific word…………….

Read Dynamically create an image from any text in PHP »