I think everyone has a core group of artists they grew up listening to — that made an indelible mark on their lives. LeRoi Moore was one of mine.
Date Archives → August 2008
Dial a Phone Number Using Grand Central and PHP
If you’re lucky enough to have a Grand Central account, here’s a quick PHP class that will login to your account and dial a phone number. This is probably one of the more random bits of code I’ve ever written, but I think it’s useful. <?PHP $gc = new GrandCentral(‘gc_username’, ‘gc_password’); $gc->call($your_number, $their_number); And that’s… Continue reading