有的时候我们使用ecshop建站,需要在注册时候加入手机注册项,以下最模板提供修改方法:
1、打开flow.dwt 默认模板七百多行找到注册的显示的地方 加入
<tr>
<td bgcolor="#ffffff" align="right">手机:</td>
<td bgcolor="#ffffff"><input name="mobile_phone" type="text" class="inputBg" id="mobile_phone" /></td>
</tr>
2、打开flow.php 301行 修改为
$other['mobile_phone'] = $_POST['mobile_phone'];
if (register(trim($_POST['username']), trim($_POST['password']), trim($_POST['email'],$other)))
本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!