difatti quello ke uso è fetch_array ma mi rompo se devo fare un array x un campo solo è palloso , del tipo:

Codice PHP:
$q "SELECT count(id) FROM tabella";
$res mysql_query($q);
$row mysql_fetch_array($res);
$campo $row[0]; 
è uno spreco di risorse assurdo