Salve vorrei contare quanti array vengono processati nel seguente script:
codice:
while ($row = $q->fetchRow()){
	print "$row[0], $row[1] \n
";
	}
Grazie.