Ver Mensaje Individual
  #2 (permalink)  
Antiguo 04/08/2008, 13:00
Avatar de seik!
seik!
 
Fecha de Ingreso: mayo-2006
Mensajes: 492
Antigüedad: 18 años
Puntos: 6
Respuesta: Nombre a un input

html + php


Código:
name="html<?php print($variable)"'?>"
en tu caso

Código:
<?php
while ($numero <=10){
?>
<input type="text" name="campo<?php print($variable); ?>">

<?php 
$numero++
}
 ?>
__________________
sEIK! -Chile-
Analista Programador.