[FX.php List] Update text area field
Derrick Fogle
derrick at fogles.net
Fri May 12 11:25:04 MDT 2006
Oh, and you can't have them both on the page at the same time,
otherwise the submitted value will always come from the last instance
of Description no matter what else you do.
On May 12, 2006, at 11:58 AM, Jane Chinn wrote:
>>> <textarea name="Description" cols="15" rows="3"><? echo
>>> $searchData['Description'] ?></textarea>
>>>
>>> I have the same field code as a text input as follows and it
>>> works when submitting an update:
>>>
>>> <input type="text" name="Description" value="<?php echo
>>> $searchData['Description'][0]; ?>">
Derrick Fogle
derrick at fogles.net
More information about the FX.php_List
mailing list