- 打印本文 关闭窗口
- 一个php作的文本留言本的例子(二)
- 作者:采集员 文章来源:来源于网络 点击数: 更新时间:2005/9/10 14:36:08
- bsp; <font color="#000000">是否保存密码</font>
<input type="checkbox" name="SavePassword" value="on" checked>
<input type=hidden name=record value=<? echo "$record"?>>
<input type="submit" value="我要修改了" name="Submit">
</td>
</tr>
<? echo "$txtreply"?>
<input type=hidden name=TxtReply value="<? echo "$txtreply" ?>">
</form>
</table>
</center>
</div>
<?include('bottom.htm');?>
</body>
</html>
----------
该注明的地方我已作了诠释.php可以嵌入html代码中,这样写起代码很惬意.
待续... - 打印本文 关闭窗口