Vinny wrote:
> I just read the 1.4 section on this but I'm not really clear.
> I am testing for a GET variable from a query string in the
> code-init page element attached to a page. For some weird reason
> I can not see $HTTP_GET_VARS["my-variable"] in my code-init code.
> can it be that code-init preprocces code before external $HTTP_*_VARS
> get set?
No. The code-init element, like all other elements, is called from the
main page, which is a normal php file as far as PHP is concerned. GPC
setup is done before that. Is track_vars turned on?
Emile
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]