Ben Edwards wrote:
From what I have $_REQUEST douse NOT work. As I said vars are being
passed on the URL.
My code:
echo "sec=".$_REQUEST["_section"]."req=$REQUEST_URI";
the output
sec=
req=/adultdyslexia.org/quiz.php?_menu=TOP&issue=1&_section=QUIZ&gen=Y
if I change the request to GET it work
Marek Kilimajer wrote:
Has you mention what php version are you running? Superglobals are
available only since 4.1.0
If $_GET works, then his PHP version must support superglobals.
--
The above message is encrypted with double rot13 encoding. Any unauthorized attempt
to decrypt it will be pros
Has you mention what php version are you running? Superglobals are
available only since 4.1.0
Ben Edwards wrote:
From what I have $_REQUEST douse NOT work. As I said vars are being
passed on the URL.
My code:
echo "sec=".$_REQUEST["_section"]."req=$REQUEST_URI";
the output
sec=
req=/adultdy
3 matches
Mail list logo