Ver Mensaje Individual
  #5 (permalink)  
Antiguo 05/03/2010, 07:32
Avatar de spider_boy
spider_boy
 
Fecha de Ingreso: diciembre-2003
Ubicación: Chile
Mensajes: 1.855
Antigüedad: 20 años, 4 meses
Puntos: 89
Respuesta: Codigo PHP y HTML { ... }

Tienes dos opciones :

1.-

Código PHP:
Ver original
  1. <?
  2. for (x=0;x<=10;x++) {
  3. echo "<input type=\"text\" name=\"uploads[0]\" id=\"attachId0\" size=\"30\"><input type=\"button\" value=\"borrar\" id=\"idAttachOper0\" onclick=\"return delInput('idfilespan','0')\">";
  4. }
  5. ?>

2.-

Código PHP:
Ver original
  1. <?
  2. for (x=0;x<=10;x++) {
  3. ?>
  4. <input type=text name=uploads[0] id=attachId0 size=30><input type=button value="borrar" id=idAttachOper0 onclick="return delInput('idfilespan','0')">
  5. <?php
  6. }
  7. ?>

Nos vemos.
__________________
Nunca te olvidaré mi negra hermosa. Te extraño demasiado.