ok im running 3 docs one file is config.inc it stores all the variables, ok now im running another one called func.php which requires('config.inc') my third page is index.php im trying to pull a function from func.php but it wont find the variables
Read about $GLOBALS and variable scope in the manual. I´m pretty sure that´s the issue here.