function countlines($list,$ctr) { if (file_exists($list)) { $lines = file($list); while(list($key, $val) = each($lines)) { if (stristr ($val, "")) { $ctr++; } } } if ($ctr > 0) return("(".$ctr.")");} ?>
|
|
|
Thursday, March 27, 2003
Been awhile since I blogged, I know. I've been working crazy hard during Spring Break. Just took some time out to work on my assignment for Programming Usable Interfaces. We have to make a Flash Movie that tells a story. Mine isn't done yet, but all you CMU folks can check out a preview here to get a feel for where I'm going. Tee hee! |