hi
i retrieved value from database and now would to put these value inside a textarea. however, it seems cant put in, but the value can be retrieved from database. i don;t know where is wrong,
this the code i put in:
<td><textarea ='text' COLS='40' ROWS='6' value='<? echo $detail?>'></textarea></td>
can help me with it. thanks in advance:)
i retrieved value from database and now would to put these value inside a textarea. however, it seems cant put in, but the value can be retrieved from database. i don;t know where is wrong,
this the code i put in:
<td><textarea ='text' COLS='40' ROWS='6' value='<? echo $detail?>'></textarea></td>
can help me with it. thanks in advance:)
Comment