Guest User

Untitled

a guest
Jan 16th, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. <?php
  2. ignore_user_abort(true);
  3. header('Location: success.html');
  4. echo 'Making sure the header gets flushed';
  5. flush();
  6.  
  7. //Send out the mails
  8. ?>
Add Comment
Please, Sign In to add comment