sheraz Posted September 19, 2009 Share Posted September 19, 2009 i want to show the text string in the textare which i will get from a variable.please tell me how can i display it in textarea. Quote Link to comment Share on other sites More sharing options...
trq Posted September 19, 2009 Share Posted September 19, 2009 Assuming your talking about a php variable? <?php $v = 'hello'; ?> <textarea><?php echo $v; ?></textarea> Quote Link to comment Share on other sites More sharing options...
sheraz Posted September 19, 2009 Author Share Posted September 19, 2009 Thanks buddy Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.