Why wont this work:
header("Content-Type: application/download\n");
readfile("http://www.stardefenders.f2s.com/Maps/AlteredStarcraft.scm");
I want it to actually download the file to the user, all it is doing for me is displaying the binary data. Help!!1
Jason Rottman
how bout:
header ( "Content-Type: application/octet-stream");