php会员管理系统源码 做完一个网站但需要加一个会员注册的功能,但是不会ASP,求会员注册的代码。万分感谢?
做完一个网站但需要加一个会员注册的功能,但是不会ASP,求会员注册的代码。万分感谢?PHP可以吗?代码如下:连接.phpSmarty和jump都是从外部引用的,希望您能理解它们(PHP)R//inse
做完一个网站但需要加一个会员注册的功能,但是不会ASP,求会员注册的代码。万分感谢?
PHP可以吗?代码如下:连接.phpSmarty和jump都是从外部引用的,希望您能理解它们(PHP)R//insert1。PHPrregister“ }else{r$select=”select*from user where name=“$name”“ $user=MySQLuquery($select) if($row=MySQLufetchuuarray($user)){r new jump(”用户名已注册。“,”模板/注册.html“) }else{ if($password1==$password2){ $insert=”插入用户(名称、密码)值(“$name”,“$password1”)“ $result=mysqluquery($insert)r if($result!=0){r echo“注册成功
!输入消息
返回主页
“r}否则{r new jump(”注册失败!“,”模板/注册.html“) }否则{r new jump(”两个不同的密码!“,”模板/注册.html“” } } } } } ?> 注册.html