Good day people! May i know how to assign value to a textarea the data from a database.
I tried the following codes but they didn't work.
<?php
echo "<textarea name='aaa' rows='4' cols='70' value='$abc'></textarea>" ?>
<textarea name="question" rows="4" cols="70" value="<?php echo $question2; ?>"></textarea>
please help me!