<?$conectID = odbc_connect("pruebas","","");$query = odbc_exec($conectID,"SELECT count(*) AS 'total' from gente");$row = odbc_fetch_array($query);echo $row['total'];odbc_close($conectID); ?>