How to delete slashes using PHP and HTML
in the following code how to delete \
slashes using PHP and HTML
<input alt#\"\" src=\"/ckfinder/userfiles/files/DSC_0017.JPG\" style=\"width: 400px; height: 266px\" type=\"image\" /></p>
is this possible and if yes how?
Thanks in advance for 开发者_StackOverflow中文版your valuable support
Yes it is possible. You need to use stripslashes
精彩评论