Codice PHP:
function header_location($location) {
        
$_LINK[] = array();
        
header("location:" ROOT_PATH "/index.php" $location);
    } 
Cosi funziona ma non mi sembra un gran che.. ora provo come dice lei cubalibre810