> So, to rephrase my question,  why is the global $_SERVER and its
> REQUEST_METHOD key ( = POST) accessible to an .irev file but the
> global $_POST is not?


While this doesn't answer your question, perhaps a possible
work-around is to use GET instead of POST.
With GET, $_SERVER["QUERY_STRING"] contains the data, but it doesn't with POST.

Cheers,
Sarah
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to