Stut wrote:
> Surely this should be...
>
> function x()
> {
> static $count = 0;
> $count++;
> switch ($count)
> {
> case 1: return 'bitten';
> case 2: return 'shy';
> }
> return '';
> }:p -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

