Cita:
Iniciado por c0c Hola!
Código PHP:
....
<label for="pe1">P<sub>1</sub><input type="text" name"pe1"label="Potencia 1" /></label><br />
<label for="pe2">P<sub>2</sub><input type="text" name"pe2" label="Potencia 2" /> </label>
....
falta el "=" del name, eso es todo, debería ser
Código PHP:
<input type="text" name="pe1" label="Potencia 1" />
y
Código PHP:
<input type="text" name="pe2" label="Potencia 2" />