EvanBot Robot
 

Catagories

PHP

Universally Accessible Data in PHP - Round 2 3

Posted January 1, 2010 as PHP

This is another experiment with globally accessible data in PHP. This time I use a class with get/set methods for a slightly cleaner solution.

Keep Your Copyright Up to Date 0

Posted December 21, 2009 as PHP

This is a short older article from a previous version of my blog, but the lesson it teaches is still relevant so I'm reposting it.

URL Lengthener 2

Posted August 15, 2009 as PHP

Short URLs like the ones generated by URL shortening services like tinyurl.com drive me crazy! I can never see where I'm going. That's why I created this fancy-pantsy PHP class to decode all shortened URLs, no matter what URL shortening service created it.

Universally Accessible Data in PHP 9

Posted June 29, 2009 as PHP

Ever had a class with data in it and needed to be able to access that data from anywhere in your project? Should be simple enough to pull off, but anyone who has tried would quickly find that is not so. I offer a simple solution to storing universally accessible data for your application.

Browser Detection With PHP Browscap 14

Posted April 9, 2009 as PHP

Browser detection these days is a mess! With over 100,000 known browser userAgents we need an easier way of getting info about the user's browser without checking all of the known userAgents manually. That's where browscap.ini and PHP come into play.

Page 1 of 2 >