Hi all,
I'm having a problem with variables and functions. Basically I've set about 30 variables and arrays and several functions. I need to be able to use the variables from within the functions. Is there any way to do this?
Thanks Max
http://us2.php.net/manual/en/language.variables.scope.php
Hi,
That seems to be working great for me by using the $GLOBALS array.