Ver original$selec = "SELECT MAX(numeroEncuesta) as maximo FROM usuarios";$row = mysql_fetch_array($resultset);echo $row['maximo'];