The Dayton Diaries

$Banner[2] content; echo $banner_Content ; /*****************************************************/ /* ------------------------------------------------- */ /* FUNCTION CODE BELOW */ /* ------------------------------------------------- */ /* Read a particular given line in a file. */ function getFileline($filename, $line_number) { $fp = @fopen($filename, "r") or die ("Can't open file $filename on Line: " . __LINE__ . " in File: " . __FILE__); $lnCounter = 0 ; while (!feof ($fp)) { $data = fgets($fp, 1024); If ($lnCounter == $line_number){ $right_data = $data ; return $right_data ; break; } $lnCounter++ ; } } /* Get most Random Value between min & max */ function GetRandomValue($min, $max){ $mtime = ((double)microtime()* 100000) ; $mtime = explode(" ", $mtime); $mtime = doubleval($mtime[1]) + doubleval($mtime[0]) ; mt_srand($mtime); $randval = mt_rand($min, $max); return ($randval) ; } /*****************************************************/ ?>

RAD's Adventures in Dayton, OHIO

Email Richard: rad@rad.net.nz

Monday, December 23, 2002

Posted 20:16 by Rich
With less than a month to go before departure many friends and colleagues are offering their lists of MUST SEES in the USA. Chris N. suggested a visit to the South by Southwest fest and his old school the Austin Presbyterian Theological Seminary. Sounds pretty good to me.


Archive of Past Posts
Home Email Richard: rad@rad.net.nz [Powered by Blogger]