function commentCount($n) { $comments_path = ""; 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 = "comments?"; } return $comments; } ?>
|
NOTE: this section of jish.nu
is no longer updated. what is jish.vox?? [detail] My name is Jish. Nice to meet you. This is my voice recorded weblog. You can call it my "audioblog", "voiceblog", "voxblog" or whatever trendy term you like. I'll be recording my thoughts, excerpts from books, poetry, lyrics. I may even moo. Plenty of folks agree that jish.vox was the first "podcast". (before the term "podcast" even existed, of course) Wednesday, March 13, 2002
contact
about jish.nu
home
microphone image from istockphoto.com powered by blogger & dotcomments © 2001-2002 | back to top |