Stripslashes, strip_tags - veri kaçan

0 Cevap php

Why do a lot of people use both these functions on a string? I see a lot of stripslashes(strip_tags($field)); (or the other way around)

Herhangi bir XSS şeyler ve bu tür şeyleri süzmek için strip_tags yeterli değil mi?

0 Cevap