Re: [PHP-WIN] POST and GET form

2003-11-04 Thread Comex
<[EMAIL PROTECTED]> Dash McElroy: > This sounds stupid, but I've found it way wasier to read code one has > written with the _POST, _GET, _ETC arrays. Especially so when you > haven't looked in a file for a few months or so. > > Yeah, it's a good habit. It helps if you're looking at someone else's

RE: [PHP-WIN] POST and GET form

2003-11-01 Thread Dash McElroy
te $_GET or $_POST instead > of just the variable name. > > Bye! > MG29 > > -Mensaje original- > De: Patrick Dufresne [mailto:[EMAIL PROTECTED] > Enviado el: Sábado, 01 de Noviembre de 2003 06:49 p.m. > Para: [EMAIL PROTECTED] > Asunto: Re: [PHP-WIN] POST and GE

RE: [PHP-WIN] POST and GET form

2003-11-01 Thread GaguWD
[mailto:[EMAIL PROTECTED] Enviado el: Sábado, 01 de Noviembre de 2003 06:49 p.m. Para: [EMAIL PROTECTED] Asunto: Re: [PHP-WIN] POST and GET form Gaguwd a écrit : > How do you try to recover it? > > You must use this type of variable to recover your data: > $_POST['variable_name']

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

RE: [PHP-WIN] POST and GET form

2003-11-01 Thread GaguWD
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'] Bye! MG29 -Mensaje original- De: Patrick Dufresne [mailto:[EMAIL PROTECTED] Enviado el: Sabado, 01 de Noviembre de 2003 12:50 p.m. Para: [EMAIL PROTEC