ecshop加入性别
点击 7383 创建时间 2011-10-03 08:46:13
user_passport.dwt
<tr>
<td width="28%" align="right" bgcolor="#FFFFFF">{$lang.sex}: <td>
<td width="72%" align="left" bgcolor="#FFFFFF">
<input type="radio" name="other[sex]" value="0" checked="checked" /> {$lang.secrecy}
<input type="radio" name="other[sex]" value="1" /> {$lang.male}
<input type="radio" name="other[sex]" value="2" /> {$lang.female} td>
</tr>
user.php
在$other数组中加入一个元素:
$other['mobile_phone'] = isset($_POST['extend_field5']) ? $_POST['extend_field5'] : ''
$other["sex"] = $_POST["sex"];
lib_passport.php
加入'sex'到数组
//定义other合法的变量数组
$other_key_array = array('msn', 'qq', 'office_phone', 'home_phone', 'mobile_phone','sex');
上一篇: 打印机又打印不出字来了
下一篇: wudimei cms的产品展示功能支持多语言