php 实现简单的注册页面 并把注册信息插入到 mysql 数据库中注册页面:reg.html
form action="reg.php" method="POST"
table
trtd用户名:/tdtdinput type="username" size="20"/td/tr
trtd密码:/tdtdinput type="userpass" size="20"/td/tr
trtd确认密码:/tdtdinput type="ruserpass" size="20"/td/tr
trtd邮箱:/tdtdinput type="email" size="50"/td/tr
trtd电话:/tdtdinput type="telphone" size="20"/td/tr
trtdinput type="Submit" value="https://www.04ip.com/post/注册"/td/tr
/table
/form
接收页面:reg.php
%php
$db = mysql_connect("localhost", "root", "12345");
mysql_select_db("dataname", $db);
mysql_query("insert into tablename(username, userpass, email, telphone) values('$_POST[username]', '$_POST[userpass]', '$_POST[email]', '$_POST[telphone]')");
echo "注册成功";
%
php+mysql怎么做登录注册首先得到提交的数据
链接数据库,查询数据库,查询username 和pwd
提交的username 和 pwd跟数据库查询的username 和pwd做对比,
都相等那就是登陆成功
?php
mysql_connect('localhost','root','123');
mysql_select_db('lx');
mysql_query("SET CHARACTER SET utf8");
mysql_query("SET NAMES utf8");
//数据库lx 表user字段id usernamepwd
//用md5加密,可以自己试试
if(isset($_POST['user'])$_POST['tijiao'] == 'success'){
$query = mysql_query("select pwd from user where username = '".$_POST['user']."'");
$num = mysql_num_rows($query);
if($num0 ){
while($info = mysql_fetch_array($query)){
if($info['pwd'] == md5($_POST['pwd'])){
echo '登陆成功';
}else{
echo '登陆失败';
}
}
}else{
echo '登陆失败';
}
}
?
form action="" method="get"/
table border="0" cellspacing="0" cellpadding="0"
tr
td class="fieldKey" width="30%"用户名:/td
td class="fieldValue" width="100%"input type="text" name="user" //td
/tr
trtd height="10"/td/tr
tr
td class="fieldKey"密码:/td
td class="fieldValue"input type="password" name="pwd" //td
/tr
/table
input type="hidden" name="tijiao" value="https://www.04ip.com/post/success" /
input type="submit" value="https://www.04ip.com/post/登陆"/
/form
PHP如何写入数据库实现注册??连接php连接数据库怎样注册:mysql_connect("主机","用户","密码");
mysql_select_db("数据库名");
写入数据:mysql_query("insert
into
表名
(字段1php连接数据库怎样注册,字段2)
values
("数据1","数据2")");
PHP连接myadmin数据库实现登入注册?你是哪部分不会,数据库连接正常不写好了没?数据库表设计好了没?注册登录页面前端写好了没?用session就可以实现登录了 , 然后就是你其他页面了 , 没开发好,可以代开发
【php连接数据库怎样注册 php连接数据库怎样注册账户】关于php连接数据库怎样注册和php连接数据库怎样注册账户的介绍到此就结束了,不知道你从中找到你需要的信息了吗 ?如果你还想了解更多这方面的信息,记得收藏关注本站 。
推荐阅读
- 移动游戏怎么弄到桌面,移动游戏怎么弄到桌面显示
- chatgpt自我意识迭代,自我意识时期
- oracle数据库11g,oracle数据库11g使用教程
- 手枪射击游戏,射击枪战游戏大全手游
- mysql怎么添加 mysql怎么添加主键
- 江门如何快速推广网站建设,江门百度网站推广
- u盘后面插什么东西,u盘后面插什么东西好
- 童装直播运营话术,童装直播运营话术怎么写
- linux执行命令日志 linux 命令日志