It is very easy to insert php values into textarea
here is Complete code & work fine
<textarea name="details" rows="15" cols="80" style="width: 80%">
<?php echo "$details" ?>
</textarea>
Read More
here is Complete code & work fine
<textarea name="details" rows="15" cols="80" style="width: 80%">
<?php echo "$details" ?>
</textarea>
Read More