Hello,
I have a file which is my main page. From within the main page I have an instance of a class which is another file. Now the problem that I am getting is that, once in the class, I cannot determine any variables that are associated from $HTTP_GET_VARS. Because the file is an inclusion from my main page, how can dereive information from $HTTP_GET_VARS or is there another method to perform this type of operation.
Thank You in advance,
Ali