PHP stripslashes() May 22, 2012 Pramod T P It removes backslashes added by the addslashes() function. Example <?php echo stripslashes(“phpcode”); ?> Output phpcode Share this: Share on X (Opens in new window) X Share on Facebook (Opens in new window) Facebook Like Loading...