Hello.
Is there some function or even 'include_once' where the path can include a query string so that it goes directly to a certain area of the included file and proceed e.g. to a $_REQUEST['do']?
I tried adding the '?do=' to the file name and it gave an error message that it couldn't find the file.
Thanks in advance.
EDIT: I found an example and it showed the full HTTP path was needed. Thanks anyway.