mehmetanbaki's avatar

input sanitization

how to sanitize user input ($request data), to prevent xss attack??

0 likes
2 replies
jlrdw's avatar

You can add strip_tags if you wanted.

Please or to participate in this conversation.