Sunday, October 30, 2005
NEXT SHOW
YEP... NEED I REMIND YOU??
NOVEMBER 4TH
ONCE MORE AT
MCMURPHYS
72 N. FAIR OAKS
PASADENA
5:00 TO 8:00 P.M.
function commentCount($n) { $comments_path = "http://www.highlandsun.com/blog/"; if($file = @fopen($comments_path . "comments/$n.comment", 'r')) { $thisFile = fread($file, '1000000'); $thisFile = explode("\n", trim($thisFile)); fclose($file); $comments = sizeof($thisFile); if($comments == 1) {$comments .= " comment";} else {$comments .= " comments" ;} } else { $comments = "0 comments"; } return $comments; } ?>