Hi,
The following is my code, try to display my value in textarea after submited data. But it didn't work. The similiar code worked for text item. Anyone knows what happenned?
Thanks
hongmei
<td colspan="4">
<textarea name="ReasonChange" value ="<?php
if (isset($POST['ReasonChange'])) {
echo htmlspecialchars($POST['ReasonChange']);
}
?>" cols="65" ></textarea>