if I have $time = 21  then

$timespread =array(0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0);
 if ($time = = "21")
 $timespread[22]=($timespread[22]+1);
 echo $timespread[22] ;

I get 0




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to