Código PHP:
<?php
while($row2 = mysql_fetch_array($result2))
{
printf("<tr><td> %s</td><td> %s</td><td> %s</td><td> %s</td></tr>","<a title='Actualizar' href='RegistroAfiliacionAct.php?codigo=".$row2['Aflcion_Cdgo']."'>".$row2['Aflcion_Cdgo']."</a>",$row2["Afldo_Nmbre"],$row2["Afldo_Aplldo"],$row2["Afldo_tpo"]);
}
?>
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL
y me señala que es en WHILE.... Que podria ser???
Agradesco su ayuda....
Gracias.....