Working with Hex Colors in PHP
I was tinkering with a devotion schedule application this morning, and needed to have an automatically handled font color so that a series of lines would be a gradient.
Here’s how to work with automatic gradients (or colors in general) in PHP.
First off, we’re working with hex. The functions you’ll find useful are hexdec() and [...]

