Showing posts with label mysql. Show all posts
Showing posts with label mysql. Show all posts

How to insert php values into textarea

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

How to insert php values into textarea

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