ejecutar funcion
necesito ejecutar una funcion desde una tabla.
algo asi
echo "<tr>";
echo "<td>".$array[$i][1]."</td>";
echo "<td>".$array[$i][2]."</td>";
echo "<td>".$array[$i][3]."</td>";
echo "<td>".$array[$i][4]."</td>";
echo "<td>".$array[$i][5]."</td>";
echo "<td>";
echo "<a href="elimina()">Eliminar</a>";
echo "</td>";
echo "<tr>";
es posible, porque asi no funciona.....
algo asi
echo "<tr>";
echo "<td>".$array[$i][1]."</td>";
echo "<td>".$array[$i][2]."</td>";
echo "<td>".$array[$i][3]."</td>";
echo "<td>".$array[$i][4]."</td>";
echo "<td>".$array[$i][5]."</td>";
echo "<td>";
echo "<a href="elimina()">Eliminar</a>";
echo "</td>";
echo "<tr>";
es posible, porque asi no funciona.....
