PHP stripcslashes() May 22, 2012 Pramod T P It removes backslashes added by the addcslashes() function Example <?php echo stripcslashes(“phpcode”); ?> Output phpcode