首页 > 后端开发 > php教程 > 登记页面出现Column count doesn't match value count at row 1

登记页面出现Column count doesn't match value count at row 1

WBOY
发布: 2016-06-13 12:07:42
原创
1529 人浏览过

注册页面出现Column count doesn't match value count at row 1
session_start();
define('IN_TG',true);
require 'include/global.php';
//require dirname(__FILE__).'/include/header.php';
require 'include/register.inc.php';

if (@$_GET['action']=='2'){

check_code($_POST['yzm'],$_SESSION['code']);
$_clean=array();
$_clean['uniqid']=check_uniqid($_POST['uniqid'], $_SESSION['uniqid']);
$_clean['active']=active_uniqid();
$_clean['username']=check_username($_POST['username'],2,40);
$_clean['password']=check_password($_POST['password'], $_POST['notpassword'],6);
$_clean['passt']=check_question($_POST['passt'], 4, 20);
$_clean['passd']=check_answer($_POST['passt'],$_POST['passd'],2,20);
$_clean['sex']=check_sex($_POST['sex']);
$_clean['email']=check_mail($_POST['email'],6,40);
$_clean['$_qq']=check_qq($_POST['qq']);
$_clean['$_url']=check_url($_POST['url'],40);

@mysql_query( "INSERT INTO project.test1(
        tg_id,
        tg_uniqid,
        tg_active,
        tg_usename,
        tg_password,
        tg_passt,
        tg_passd,
        tg_email,
        tg_qq,
        tg_url,
        tg_sex,
        tg_reg_time,
        tg_last_time,
        tg_last_ip 
        )            
values(
'{$_clean['uniqid']}',
'{$_clean['active']}',
'{$_clean['username']}',
'{$_clean['password']}',
'{$_clean['passt']}',
'{$_clean['passd']}',
'{$_clean['email']}',
'{$_clean['qq']}',
'{$_clean['url']}',
'{$_clean['sex']}'
'now()',
'now()',
'{$_SERVER["REMOTE_ADDR"]}'
)")or die(mysql_error());
mysql_close();
location('恭喜你,注册成功','1.php');
}else{$_SESSION['uniqid']=$_uniqid=sha1(uniqid(rand(),true));}

?>
nbsp;html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">



多用户留言系统--注册

define('script','register');
require dirname(__FILE__).'/include/tittle.php';
?>
<script></script>



require dirname(__FILE__).'/include/header.php';
?>

会员注册



"/>

请认真填写一下内容

用 户 名:(*必填,至少两位)

密  码:(*必填,至少六位)

确认密码:(*必填,同上)

密码提示:(*必填,至少两位)

密码回答:(*必填,至少两位)

性  别:男 

登记页面出现Column count doesn't match value count at row 1

电子邮件:

 Q Q  :

主页地址:

验 证 码:登记页面出现Column count doesn't match value count at row 1







require dirname(__FILE__).'/include/footer.php';
?>
数据库字段名
  tg_id mediumint(8)   UNSIGNED 否 无                
  tg_uniqid char(40) utf8_general_ci  否 无                
  tg_active char(40) utf8_general_ci  否 无                
相关标签:
来源:php.cn
本站声明
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn
热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板