
04/08/2008, 13:00
|
 | | | Fecha de Ingreso: mayo-2006
Mensajes: 492
Antigüedad: 18 años, 9 meses 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. |