Advertisement
Guest User

Untitled

a guest
Jan 24th, 2012
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. $post = htmlentities2(deSlashMagic($_POST['text']));
  2. $post = str_replace("\n","##TSURUPETTANYOUJO##", $post);
  3. TidyPost($post);
  4. $post = str_replace("##TSURUPETTANYOUJO##","\n", $post);
  5. $post = mysql_real_escape_string($post);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement