session_start();
define('IN_TG',true);
require 'include/global.php';
//ディレクトリ名(__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['ユーザー名']=check_ユーザー名($_POST['ユーザー名'],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、
g_sex、
tg_reg_time、
tg_last_time ,
tg_last_ip
)
value(
'{$_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));}
?>
列の数が一致しません
エラーを主張する場合は、何も言いません