A few days ago I attended a seminar and they talked about the "dangerous" PHP functions. However, they did not say that we should use them. They are called eval(), preg_match(), exec()and much more.
Although I do not use them or do not use them often, sometimes I have to. Is it bad practice to use these features? Even if I know that where I use them, the user cannot contact him?
Edit:
For preg_match () questions, check the following:
preg_match () security hole
source
share