Ver Mensaje Individual
  #19 (permalink)  
Antiguo 19/04/2013, 07:48
Manolait
 
Fecha de Ingreso: abril-2013
Mensajes: 53
Antigüedad: 11 años, 1 mes
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