![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
04/11/2008, 20:22
|
(Desactivado) | | Fecha de Ingreso: mayo-2007
Mensajes: 547
Antigüedad: 17 años, 9 meses Puntos: 1 | |
Respuesta: No me modifica los cambios mas omenos esta asi pero aun no funciona
<form id="form2" name="form2" method="get" action="">
<textarea name="txtarriveNotes" id="txtarriveNotes" cols="45" rows="5"><?php if(isset($ammenities)) { echo $ammenities ; } ?>
</textarea>
select name="room_type" id="room_type">
<option value="1">Junior Suite - 1 King Bed</option>
<option value="2">Junior Suite - 2 Full Bed</option>
<option value="3">Liberty Suite - 1 King Bed</option>
<option value="4">Liberty Suite - 2 Full Bed</option>
</select>
<input name="txtroom" type="text" id="txtroom" value="<?php if(isset($room_number)) { echo $room_number ; } ?>"size="45" maxlength="45" />
<input type="submit" name="Save" id="Save" value="Save Changes" />
</form> |