Pages

Showing posts with label php. Show all posts
Showing posts with label php. Show all posts

Monday, February 25, 2013

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