Código PHP:
Ver original
<?php `Origen`, `Sistema Afectado / IP`, `Codigo`, `Nombre`, `Detalle debilidad`, `Impacto`, `Recomendación`, `Tipo (APP-SInfraestrcutura)`, `Criticidad (A-M-B)`, `Exposición`, `Area`, `Responsable`, `Fecha de inicio`, `Periodo`, `Plazo (semanas)`, `Fecha de cierre`, `Estado`, `Acciones`, `Comentarios`, `NUEVO ESTADO` FROM `respaldo(seguimientovulnerabili`"); if($d>0) echo ("<table border= 1 >"); echo ("<tr>"); echo ("<td>ID</td>"); echo ("<td>Origen</td>"); echo ("<td>Sistema Afectado / IP</td>"); echo ("<td>Codigo</td>"); echo ("<td>Nombre</td>"); echo ("<td>Detalle debilidad</td>"); echo ("<td>Impacto</td>"); echo ("<td>Recomendación</td>"); echo ("<td>Tipo (APP-SInfraestrcutura)</td>"); echo ("<td>Criticidad (A-M-B)</td>"); echo ("<td>Exposición</td>"); echo ("<td>Area</td>"); echo ("<td>Responsable</td>"); echo ("<td>Fecha de inicio</td>"); echo ("<td>Periodo</td>"); echo ("<td>Plazo (semanas)</td>"); echo ("<td>Fecha de cierre</td>"); echo ("<td>Estado</td>"); echo ("<td>Acciones</td>"); echo ("<td>Comentarios</td>"); echo ("<td>NUEVO ESTADO</td>"); echo ("</td>"); echo ("<tr>"); echo ("<td>$registro[0]</td>"); echo ("<td>$registro[1]</td>"); echo ("<td>$registro[2]</td>"); echo ("<td>$registro[3]</td>"); echo ("<td>$registro[4]</td>"); echo ("<td>$registro[5]</td>"); echo ("<td>$registro[6]</td>"); echo ("<td>$registro[7]</td>"); echo ("<td>$registro[8]</td>"); echo ("<td>$registro[9]</td>"); echo ("<td>$registro[10]</td>"); echo ("<td>$registro[11]</td>"); echo ("<td>$registro[12]</td>"); echo ("<td>$registro[13]</td>"); echo ("<td>$registro[14]</td>"); echo ("<td>$registro[15]</td>"); echo ("<td>$registro[16]</td>"); echo ("<td>$registro[17]</td>"); echo ("<td>$registro[18]</td>"); echo ("<td>$registro[19]</td>"); echo ("<td>$registro[20]</td>"); echo ("</td>"); } echo ("</table>"); } else{ echo ("no ahi registros"); } ?>
me lanza el error en la linea 30 ($d=mysql_num_rows($r);)
y nose que pueda estar mal, ya que realice lo mismo con otra tabla mas pequeña y sale sin errores. Eso Saludos y Gracias