Here are a few of tips to share with you regarding running your PHP from the command line.
Generate a Letter Collage With PHP
by Jarrod posted 2 years ago
Today I saw a picture my cousin, clever little cookie, had generated of letters randomly placed and tightly grouped, but not overlapping, to form an image which produced a pleasing result - curious to how he did, I thought I'd have a go.
Image Resizing Made Easy with PHP
by Jarrod posted 2 years ago
Ever wanted an all purpose, easy to use method of resizing your images in PHP? Well that's what PHP classes are for - reusuable pieces of functionality that we call to do the dirty work. Let's take a look at creating our own class for just this task.