Ver original<?php$str = "Is your name O\'reilly?"; // Salida: Is your name O'reilly?echo stripslashes($str);?>