Ciao! Un problema che avevo tralasciato :hammer:
Pagina trasferisci_cliente.php
<?php
require('config.php');
if(!isset($_SESSION['login']))
{
header('Location: index.php');
exit;
}
$default = mysql_fetch_array(mysql_query("SELECT cognome_utente, nome_utente FROM utenti...