Why is it potentially dangerous to use the"include()"commands?
This poses a security risk: hacked code could be included in this way.
There is a risk of including a file already included before and thus creating a cycle.
There is a risk of including overwriting of definitions made previously.