When I want data to load from my database into an input box I use:
value="<?php echo $row['data'] ?>"
what is it for textarea? I can't use "value" - there must be something else...
Thanks!
<textarea><?php echo $row['data']?></textarea>
hope this helped
Ben
Doh!
Thanks 😛