Guest User

Untitled

a guest
May 21st, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. $msg = htmlspecialchars($_POST['msg']);
  2. $file = file('file.php');
  3. $file[39] = " ".PHP_EOL."array_push($r, "<font color=green>".$msg."
  4. </font>");";
  5. $fl = file_put_contents('file.php', $file);
  6. if (!$fl) {
  7. echo "Ошибка!";
  8. exit;
  9. }
Add Comment
Please, Sign In to add comment