- Header redirect after download
- header('Content-type: application/octet-stream');
- header('Content-Disposition: attachment; filename="dlink.pdf"');
- header("Cache-Control: must-revalidate, post-check=0, pre-check=0"); readfile('dlink.pdf');
- header("refresh: 2; auto_works.html");
- exit;
- header("Location: auto_works.html");exit;
- header("refresh: 2; auto_works.html"); exit;