Is there a way to use stripslashes()
without removing slashes if the string contains a file directory path?
$string = "C:\test\";
echo stripslashes($string);
Is there a way to use stripslashes()
without removing slashes if the string contains a file directory path?
$string = "C:\test\";
echo stripslashes($string);