Wireless Army
This is a blog / tips and tricks website for web developers and security researchers.
follow us in feedly


strip slashed from php string
by admin
 at 2020-06-05 16:54:00.

$string = "hello /world";
echo stripslashes($str);
output: hello world