
02/11/2009, 10:58
|
 | | | Fecha de Ingreso: febrero-2005
Mensajes: 2.351
Antigüedad: 20 años Puntos: 25 | |
Respuesta: Formulario PHP 1.- no te llega el num. de personas por q tienes:
Nºinput name="numero" type="text" id="numero" size="5">
y debe ser: Nº<input name="numero" type="text" id="numero" size="5">
2.- cambia:
Telf. <input name="portelf" type="checkbox" id="portelf" value="checkbox">
por mail: <input name="pormail" type="checkbox" id="pormail" value="checkbox
por:
Telf. <input name="telefono" type="checkbox" id="telefono" value="checkbox">
por mail: <input name="mail" type="checkbox" id="mail" value="checkbox
__________________ Hospedaje Web al mejor costo! |