before i have a code for this
echo ('<div class="content" style="width: 293px; float: left;">
<b>Host: </b> '.(isset($replay->game['creator']) ? $replay->game['creator'] : "n/a").'
</div>
and then i will input a creator in my form
echo"<form>
<textarea name='BBCode' style='width:592px; height:120px;' >[B]Host : [/B] (how toinsert creator in this area) </textarea><br>
<input type='button' onclick='javascript:this.form.BBCode.focus();this.form.BBCode.select();' value='Select All'>
</form>";
someone can help me?