05-18-2009, 10:33 PM
|
#9 (permalink)
|
|
The Contributor
Join Date: Mar 2009
Location: US
Posts: 76
Thanks: 0
|
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
|
|
|
|