如果这看起来不正确或没有意义,请道歉,但可以通过任何方式执行以下操作......
<form id="form1" name="form1" method="post" action="index.php">
<img id="image1" src="URL" name="image1" width="138" height="79" border="0" />
<input name="save" type="hidden" id="save" value="true" />
<input type="submit" name="button" id="button" value="Update" />
</form>
每当有人提交表单时,以下内容都会存储到变量中......
<img id="image1" src="URL" name="image1" width="138" height="79" border="0" />
就像是...
$image1 = <img id="image1" src="URL" name="image1" width="138" height="79" border="0" />