Show Output
Escape and Unescape a String in PHP
"; // Unescaping string $unescaped = stripslashes($escaped); echo $unescaped; ?>