niestety
Kod
header("Content-Type: application/vnd.ms-excel");
header("Content-Disposition: attachment; filename=glowny.xls");
header("Pragma: no-cache");
header("Expires: 0");
header("Content-Disposition: attachment; filename=glowny.xls");
header("Pragma: no-cache");
header("Expires: 0");
sprawia, że plik nie chcę się zapisać na serwerze (tzn. nie wiem jak to zrobić). usunięcie
Kod
header("Content-Disposition: attachment; filename=glowny.xls");
nic nie daje