<?
$text = "i want to be in mydata textrea";
echo "<textarea name=mydata>\n";
echo $text;
echo "</textarea>";
?>其实这东西完全都可以在dreamweaver里知道的。so easy的。