Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jun 17th, 2012  |  syntax: None  |  size: 0.43 KB  |  hits: 14  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Header redirect after download
  2. header('Content-type: application/octet-stream');                
  3. header('Content-Disposition: attachment; filename="dlink.pdf"');                  
  4. header("Cache-Control: must-revalidate, post-check=0, pre-check=0");                  readfile('dlink.pdf');  
  5. header("refresh: 2; auto_works.html");
  6. exit;
  7.        
  8. header("Location: auto_works.html");exit;
  9.        
  10. header("refresh: 2; auto_works.html"); exit;