View Single Post
Old 05-18-2009, 10:33 PM   #9 (permalink)
ioan1k
The Contributor
 
ioan1k's Avatar
 
Join Date: Mar 2009
Location: US
Posts: 76
Thanks: 0
ioan1k is on a distinguished road
Default

php Code:
class allworknoplay
{
    public function __construct($x,$y)
    {
        $aRange = range(1, 100);
$sNote  = pack('H*', '48656C6C6F2054616C6B50485021');
$aString = sprintf('%s Remember this day %s', $sNote, date('m/d/y h:ia', (array_rand($aRange) * 3600) + time()));

    }
}

Add some text and give the array and binary transform some reason, with some complete randomness for a date
__________________
My Portfolio - Work - Need freelance Work?
I've been developing 5 years now, and I learn something new everyday
ioan1k is offline  
Reply With Quote