Tuesday, April 25, 2006
MAY COMETH
Once again.. we're back on track..
McMurphy's Tavern..
5:00 - 8:00 p.m.
Friday May the 5th
72 N. Fair Oaks
Pasadena..
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; } ?>