<?php 
$scriptname = "producenlcmatrix.php4";
include( 'inc/auth.inc' );
$db = mysql_connect($loghost,$logid,$logpwd);

mysql_select_db($dbname,$db);

$templatefilename = "matrixtemplate.htm";

include('querynlcmatrix.php4');

$template->AddParam('showonscreen','0');
$template->AddParam('showheader','1');
$template->AddParam('showfeedback','1');
$template->AddParam('showreports','0');
$template->Output();

$handle = fopen("_f1l3z_/SAACE_LIAISON_MATRIX.xls", "w");
fwrite($handle, $template->output, strlen($template->output));
fclose($handle);

header("Location: http://www.cesa.co.za/_f1l3z_/SAACE_LIAISON_MATRIX.xls");

?>
