I am using a winnt server 4.0 box with apache 1.3x and php 4.2.x to serve some intranet pages. The strange thing is that i am not able to use the get method properly. Has anyone an idea of what am i doing wrong? at least I need the session id to be populated by gets.
A last thing, I realized that this only happens when I use a web form, because using an anchor is perfectly working... thanks
Are you setting method="get" in the form? If it's set to post, of course you won't get them via get. Also, if it's not set it *could* be defaulting to post, although that's very unlikely.
Are you using globals or $_GET? Does using $_REQUEST work?
-- paperCrane <Justin Patrin>
-- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php