|
From: | totschnig . michael |
Subject: | [Phpgroupware-developers] Re: another sitemgr bug :( |
Date: | Fri, 31 Jan 2003 15:07:33 -0500 |
User-agent: | Gnus/5.090007 (Oort Gnus v0.07) XEmacs/21.4 (Economic Science, i686-pc-linux) |
"Patrick Walsh (mr_e)" <address@hidden> a écrit: > There's no reason why GET variables can't be used together with the > relocate stuff. All of the GET variables are preserved when the relocate > script is called. The relocate script does (or is supposed to) ignore > everything after the "?" in a URL in determining what page is being > requested and whether or not that page exists. I have the impression that PHP does not create $_GET or $HTTP_GET_VARS when called through an error document. I tested this by putting print_r($_GET); at the top of the relocate.php. And for POST variables, the problem seems the same. Michael
[Prev in Thread] | Current Thread | [Next in Thread] |