Guest User

Untitled

a guest
Jan 21st, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.12 KB | None | 0 0
  1. <?php
  2. $a = @mysql_real_escape_string("Test'in de testi var hocam!");
  3. echo $a;
  4. // output : Test\'in de testi var hocam!
Add Comment
Please, Sign In to add comment