What is the best way to connect files with php?
I know there is include.
For example: if I have an index file and include file2.
From file2 I want to acces another file with functions.
Or even multiple files with different functions?
How are the best way to proceed?