show/hide this revision's text 3 added 2 characters in body; edited tags

is

Is htmlspcialchars($user_data) in PHP or h(user_data) in Ruby on Rails good enough for defending all cases of XSS (Cross-site scripting) attacks? what What about encoding used or any other possible considerations?

show/hide this revision's text 2 Title typo

is htmlspcialchars(htmlspecialchars() in PHP or h() in Ruby on Rails good enough for defending all cases of XSS (Cross-site scripting) attacks?

show/hide this revision's text 1

is htmlspcialchars() in PHP or h() in Ruby on Rails good enough for defending all cases of XSS (Cross-site scripting) attacks?

is htmlspcialchars($user_data) in PHP or h(user_data) in Ruby on Rails good enough for defending all cases of XSS (Cross-site scripting) attacks? what about encoding used or any other possible considerations?