You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I use this library on GET and POST requests, does i need to use and htmlspecialchars or no?
Like htmspecialchars($this->antiXss($_GET['getid']))?
I mostly pass this requests to sql queries..
Thanks.