Scott M. Mcdermott

UNIX Systems & Network Administrator
available for contract or salaried positions

xheader.php

<?

function
xheader ($string, $replace, $response_code)
{
        if (headers_sent())
                die("xheader: headers have already been sent\n");

        header($string, $replace, $response_code);
}