Fero
Fero

Reputation: 13315

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 your valuable support

Upvotes: 1

Views: 174

Answers (1)

fabrik
fabrik

Reputation: 14365

Yes it is possible. You need to use stripslashes

Upvotes: 5

Related Questions