prova così:

Codice PHP:
$arr explode($simbolo,$stringa);
echo 
"numero: ".count($arr); 

[EDIT]
oppure:
echo substr_count($stringa,$simbolo);


ciao