From what I have $_REQUEST douse NOT work. As I said vars are beingpassed on the URL.
My code:
echo "<br>sec=".$_REQUEST["_section"]."<br>req=$REQUEST_URI<br>";
the output
sec= req=/adultdyslexia.org/quiz.php?_menu=TOP&issue=1&_section=QUIZ&gen=Y
if I change the request to GET it works fine!
Is PHP running as compiled/CGI/ or what? And what webserver is this?
-- Burhan Khalid phplist[at]meidomus[dot]com http://www.meidomus.com
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php