header("Content-type: application/ZIP\n"); header("Content-disposition: attachment;filename=$file\n"); readfile($filelocation);
This is, for some reason, causing an error 500 message, anyone have any idea?
thanks a bunch -Arron
I would try talking out the \n.
just a thought