Warning:ponderacion not found in MySQL result index 4 in /var/www/https/evcdesarrollo/evaluaciones/ver_todas.php on line 83
Código PHP:
$datos_eval=mysql_query("select id_eval,nombre,fecha_eval from evaluaciones where id_eval='".$id_evals[$i]."';");
<td class="numeros" align="center"><? echo mysql_result($datos_eval,0,"nombre");
$valor_pond=mysql_result($datos_eval,0,"ponderacion");//Linea 83
$valor_pond2=$valor_pond * 100;