Have i set up my directory structure wrong?
I have a functions folder with all my functions in it.
I then have folders with my html and php in it.
When ever i need to use a function i just include that function page into the other pages. but some times i get errors, becuase i use 2 functions pages and the function is already called in that function i get an error, how should i set up my directory structure??