Re: [PHP-WIN] POST and GET form

2003-11-01 Thread Patrick Dufresne
Gaguwd a écrit : How do you try to recover it? You must use this type of variable to recover your data: $_POST['variable_name'] and $_GET['variable_name'] Yeah! I just found it there: http://www.php.net/manual/en/faq.using.php#faq.using.variables Why register_globals is now OFF by default? I p

[PHP-WIN] POST and GET form

2003-11-01 Thread Patrick Dufresne
I recently installed PHP under Microsoft Server 2000 / IIS 4.0 and I'm having problem with POST and GET. If I put my form in METHOD=POST, I cannot recover the string in the destination page. If I put METHOD=GET in my form, I'm able to get back my string but they are displayed in the URL. Why I