Ir ao conteúdo
  • Cadastre-se

duplicação do dados


Landi20

Posts recomendados

cada vez que eu faço uma verificação de um utlizador ele me duplica os dados

segue-se o codigo

<?php require_once('Connections/ola.php'); ?>
<?php
if (!isset($_SESSION)) {
session_start();
}
$MM_authorizedUsers = "5";
$MM_donotCheckaccess = "false";

// *** Restrict Access To Page: Grant or deny access to this page
function isAuthorized($strUsers, $strGroups, $UserName, $UserGroup) {
// For security, start by assuming the visitor is NOT authorized.
$isValid = False;

// When a visitor has logged into this site, the Session variable MM_Username set equal to their username.
// Therefore, we know that a user is NOT logged in if that Session variable is blank.
if (!empty($UserName)) {
// Besides being logged in, you may restrict access to only certain users based on an ID established when they login.
// Parse the strings into arrays.
$arrUsers = Explode(",", $strUsers);
$arrGroups = Explode(",", $strGroups);
if (in_array($UserName, $arrUsers)) {
$isValid = true;
}
// Or, you may restrict access to only certain users based on their username.
if (in_array($UserGroup, $arrGroups)) {
$isValid = true;
}
if (($strUsers == "") && false) {
$isValid = true;
}
}
return $isValid;
}

$MM_restrictGoTo = "admin_membros.php";
if (!((isset($_SESSION['MM_Username'])) && (isAuthorized("",$MM_authorizedUsers, $_SESSION['MM_Username'], $_SESSION['MM_UserGroup'])))) {
$MM_qsChar = "?";
$MM_referrer = $_SERVER['PHP_SELF'];
if (strpos($MM_restrictGoTo, "?")) $MM_qsChar = "&";
if (isset($_SERVER['QUERY_STRING']) && strlen($_SERVER['QUERY_STRING']) > 0)
$MM_referrer .= "?" . $_SERVER['QUERY_STRING'];
$MM_restrictGoTo = $MM_restrictGoTo. $MM_qsChar . "accesscheck=" . urlencode($MM_referrer);
header("Location: ". $MM_restrictGoTo);
exit;
}
?>
<?php
if (!function_exists("GetSQLValueString")) {
function GetSQLValueString($theValue, $theType, $theDefinedValue = "", $theNotDefinedValue = "")
{
if (PHP_VERSION < 6) {
$theValue = get_magic_quotes_gpc() ? stripslashes($theValue) : $theValue;
}

$theValue = function_exists("mysql_real_escape_string") ? mysql_real_escape_string($theValue) : mysql_escape_string($theValue);

switch ($theType) {
case "text":
$theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL";
break;
case "long":
case "int":
$theValue = ($theValue != "") ? intval($theValue) : "NULL";
break;
case "double":
$theValue = ($theValue != "") ? doubleval($theValue) : "NULL";
break;
case "date":
$theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL";
break;
case "defined":
$theValue = ($theValue != "") ? $theDefinedValue : $theNotDefinedValue;
break;
}
return $theValue;
}
}



?>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<style type="text/css">
#apDiv1 {
position:absolute;
left:274px;
top:25px;
width:629px;
height:347px;
z-index:1;
}
#apDiv2 {
position:absolute;
left:281px;
top:29px;
width:576px;
height:342px;
z-index:1;
text-align: center;
}
</style>
</head>

<body>
<div id="apDiv2">
<?php
// included database information
include('connections/ola.php');
if(!isset($_POST['join'])){
echo "<form method=\"post\" action=\"verificacao.php\">
<label>VEREFICACAO</label><br/><input name=\"username\"/><br/>
<input type=\"submit\" name=\"join\" value=\"verificacao\"/>
</form>";
echo "<form method=\"post\" action=\"index.php\">
<input type=\"submit\" name=\"join\" value=\"voltar\"/>
</form>";
}else{
$user = mysql_real_escape_string($_POST['username']);
$condb;
$seldb;
$sql=("SELECT * FROM tb_users WHERE username='".$_SESSION['MM_Username']."'") or die("ERRO:".mysql_error());
$con = mysql_query($sql)or die("CODIGO DE VERIFICACAO ENCONTRA-SE ERRADA. MySQL erro: ".mysql_error());
$result = (mysql_fetch_array($con));
if($_POST['username'] == $result['verificacao']){
$con = mysql_query("UPDATE tb_users SET idnivel=4, registado='$user' WHERE username='".$_SESSION['MM_Username']."'") or die ("Registo ja existe volte a tentar - <a href=\"verificacao.php\">Volta a tentar</a>".mysql_error());
[COLOR="Red"]mysql_query("INSERT INTO usercidade (id_user,id_cidade)(SELECT tb_users.iduser,cidades.idcidade FROM tb_users,cidades where tb_users.username='".$_SESSION['MM_Username']."')") or die ("ERRO".mysql_error());
mysql_query("INSERT INTO cidaderecursos (id_cidade,id_recursos)(SELECT cidades.idcidade,recursos.idrecurso FROM tb_users,cidades,recursos where tb_users.username='".$_SESSION['MM_Username']."')") or die ("ESTE NAO FUNCA".mysql_error());[/COLOR]
echo "verificao feita com sucesso- <a href=\"index.php\">entrar</a>.";
} else {
echo "<script>alert('CODIGO DE VERIFICAÇÃO ERRADA')</script>";?>
<script language= "JavaScript" type="text/javascript">
location.href="verificacao.php"
</script>
<?php
}

}
?>
</div>
</body>
</html>

acho que eu na querry que esta a vermelho esta mal estruturada sera que neste caso o melhor é o trigger e for o caso puderiam me dizer como posso contruir o trigger o problema acho que esta pelo facto de estar a buscar dados de duas tabelas para inserir numa

Link para o comentário
Compartilhar em outros sites

  • 2 semanas depois...

Arquivado

Este tópico foi arquivado e está fechado para novas respostas.

Sobre o Clube do Hardware

No ar desde 1996, o Clube do Hardware é uma das maiores, mais antigas e mais respeitadas comunidades sobre tecnologia do Brasil. Leia mais

Direitos autorais

Não permitimos a cópia ou reprodução do conteúdo do nosso site, fórum, newsletters e redes sociais, mesmo citando-se a fonte. Leia mais

×
×
  • Criar novo...

Ebook grátis: Aprenda a ler resistores e capacitores!

EBOOK GRÁTIS!

CLIQUE AQUI E BAIXE AGORA MESMO!