grazie per il tuo interessamento, ma neanche così mi da i dati che mi occorrono..
sto provando anche così:
Codice PHP:
mysql_query("SELECT *
FROM `utenti`
WHERE `nick` ='
$nick_utente_cookie'
AND `pass` =  '
$password_utente_cookie'
LIMIT 0 , 1"
);
if (!(
$result=mysql_query($sql,$DB->connect())))
{
echo 
"ATTENZIONE: errore nella query di lettura dei dati.\n

"
;
$errore=1;
}
if(
$errore==0)
{
while (
$data=mysql_fetch_object($result)) // ciclo di lettura dei record (riga di dati)
    
{
    
$oldvero_nome=$data->vero_nome;



    }
    if(
$errore==0)
    {
        if(
mysql_num_rows($result)<1)
        {
        echo 
"[b]I dati richiesti non sono presenti nel Data Base: DEVI PRIMA 

REGISTRARTI[/b]

"
;
        echo 
"

[b]<a href=\"index.php\">Home</a>[/b]

"
;
        EXIT;
        }
        else
        {

        }
    }

ma nulla....