PHP Removes backslashes – PHP April 19, 2011 Pramod T P Leave a comment <?php $str = "Test's"; echo stripslashes($str); //Test's ?>