Para ser mais preciso:
set_value()
Permits you to set the value of an input form or textarea. You must
supply the field name via the first parameter of the function. The
second (optional) parameter allows you to set a default value for the
form. Example:
<input type="text" name="quantity" value="<?php echo
set_value('quantity', '0'); ?>" size="50" />
The above form will show "0" when loaded for the first time.
_______________________________________________
[email protected]
http://www.codeigniter.com.br
http://codeigniter.com.br/mailman/listinfo/lista_codeigniter.com.br
---------------------------
Oportunidade de negócio
http://www.franquiasargohost.net
---------------------------