I have a config file(for easy updating) where a set diffrent varibels, and also have a file where all the functions are. Now to the problem the variables set i the config file does't work in the functions why?
I know some say it's bad coding to include in a incleded file but I feel it the best solutions for this.
As I see it it should work to requiere the config file on the page that includes the functions file, the file with the main php script in it, but it doest work not not incude the config file inte the functions file ehither.
any ideas?
.p