PHP开发经典模块源代码.docVIP

  • 10
  • 0
  • 约1.78万字
  • 约 19页
  • 2017-01-29 发布于重庆
  • 举报
PHP开发经典模块源代码

1.PHP 用户注册 注册页面 reg.html 负责收集用户填写的注册信息。教程里只列出关键的代码片段,完整的代码附在本节最后。 注册表单 fieldset legend用户注册/legend form name=RegForm method=post action=reg.php onSubmit=return InputCheck(this) p label for=username class=label用户名:/label input id=username name=username type=text class=input / span(必填,3-15字符长度,支持汉字、字母、数字及_)/span p/ p label for=password class=label密 码:/label input id=password name=password type=password class=input / span(必填,不得少于6位)/span p/ p label for=repass class=label重复密码:/label input id=repass name=repass type=password class=input / p/ p label for=email class=label电子邮箱:/label input id=email

文档评论(0)

1亿VIP精品文档

相关文档