Codice PHP:
$risultato mysql_query("SELECT * FROM User WHERE Nome = '$nome_pg' AND Cognome = '$cognome_pg'"$connessione);
$num_righe mysql_num_rows($risultato);
if (
num_righe == 0) {$nonpg "<font color=red>IL PG $nome_pg $cognome_pg NON ESISTE!</font>";};

if (
$nonpg == "") {
require (
"inseret_into_game.php");
}; 
Nemmeno così funziona..
mr sapientino delle documentazioni mi spieghi come mai non funziona?

Graaaazie!