Monday, February 25, 2013

How to insert php values into textarea

By on 1:42 AM

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

0 comments:

Post a Comment