<?

if ($REQUEST_METHOD == POST) {

        $headers = $HTTP_POST_VARS;
        while (list($header, $value) = each($headers)) $exAE .= "$header=$value&";
        
        print $exAE." vu !";
                
}

else print("<HTML><HEAD><TITLE>ERROR: File Not Found</TITLE></HEAD>".
        "<BODY background='/gif/fond-maison.gif'><H1>File Not Found</H1><P>".
        "<H3>The file you have requested does not exist on this server.</H3></BODY></HTML><BR>\n");

?>