All Questions
Tagged with sql-injection classes
1 question
4
votes
1
answer
5k
views
Using POST data to call a function from a specified class
I've inherited a class in a project which is purposed to execute a function that exists in POST data from a specified class. I've tried to clean this up as much as possible as well as secure it ...