在同一个PHP文件中,有如下代码
<input name="key" type="text" id="key" value=""/>
<input name="button" type="button" value="Calculate" />
在文本域里输入内容后,怎样把内容赋值给$dsth,
<?php
$dsth="文本域里的内容"
echo $dsth
?>
点击按钮执行此代码PHP文本域