Code: Select all
// suppose I want to show the data stored in '$y' variable in the text box
<textarea name="name" id="2" cols="23" rows="10">
<?php echo "$y"; ?> </textarea>Moderator: General Moderators
Code: Select all
// suppose I want to show the data stored in '$y' variable in the text box
<textarea name="name" id="2" cols="23" rows="10">
<?php echo "$y"; ?> </textarea>