Simple PHP text Spinner

A while back someone asked me how would you go about writing a text spinner in PHP code. It simple enough, you need to work with { | } and random numbers, I have done various forms of this in my time but mostly in .NET C#. Here is the sample code I came up … Read more