Several days ago I attended a seminar and they were talking about "dangerous" PHP functions. They did not say however that should we use them. They named eval()
, preg_match()
, exec()
and a lot more.
Though I don't use them, or don't use them often sometimes I have to. Is it considered bad practice to use those functions? Even if I know that where I use them no user can reach it?
Edit: For the preg_match() questions, check out this: preg_match() security hole