connection textfield and html table with database
- by klox
dear all..i have a textfield
<tr>
<td>
<td><input type="text" id="mod"></td>
</td>
</tr>
and a cell
<tr>
<td><div id="value">//i want data show here</div>
</td>
</tr>
beside that, i've a table "settingdata" in database it consist of 2 field:itemdata and remark..
itemdata's value are "UD" and remark's value are "FM=87.5-108.0MHZ"...
what must i do if i want after type "0103UD" at textfield inside
<div id="value"></div>
can show "FM=87.5-108.0mhz"...