![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
19/04/2013, 07:48
|
| | Fecha de Ingreso: abril-2013
Mensajes: 53
Antigüedad: 11 años, 10 meses Puntos: 0 | |
Respuesta: Enviar datos formulario a un array[] ya contesto yo x si le hace falta a alguien
echo "<table width=94% border=1>";
foreach ($result as $actual) {
echo "<tr>";
echo "<td>" . $actual. "</td>" ;
echo '<td> <img src="http://www.forosdelweb.com/f18/DeleteRed.jpg"/> </td>';
echo "</tr>";
}
echo "</table>";
ahora tengo otra duda como pasarle a la imagen el dugar donde sta el array ej : hijo[2] y k borre esa posicion.
ayuda |