PHP用户注册根本处理
程序员文章站
2022-04-24 17:01:23
...
PHP用户注册基本处理
deal_register.php
checkuser.php
connect_mysql.php
1、本文代码能够完成的功能有:用户注册,用户注册项检查,用户名重复检测(该功能要重新设计),首先要在mysql数据库test中创建users表格
2、代码
index.html
注册页面
deal_register.php
alert('注册成功!');window.location='index.html';"; } else { echo ""; }?>
checkuser.php
用户名 $name 已经存在!"; } else { echo "用户名 $name 通过检测 !"; }?>
connect_mysql.php
相关文章
相关视频
上一篇: zf 初学的有关问题
下一篇: 微信小程序 UI与容器组件