如例:
a.php
<?
$add="我是要修改的内容";
?>
b.php
<form id="form1" name="form1" method="post" action="">
<input name="add" type="text" />
  <input type="submit" name="Submit" value="提交" />
</form>怎样才能修改a.php文件$add中的"我是要修改的内容"