RE: [PHP] Re: Help please: Unable to get $_POST[variable]; to work in a form.

2002-12-11 Thread Ford, Mike [LSS]
- Original Message - From: Victor [EMAIL PROTECTED] To: 'Rick Emery' [EMAIL PROTECTED] Sent: Tuesday, December 10, 2002 1:49 PM Subject: RE: [PHP] Re: Help please: Unable to get $_POST[variable]; to work in a form. Why are you using $_POST[]? I thought you had to use $_POST

RE: [PHP] Re: Help please: Unable to get $_POST[variable]; to work in a form.

2002-12-10 Thread Craig Thomas
please: Unable to get $_POST[variable]; to work in a form. Using $_REQUEST[variable] causes the script to work. Why is this? And, why can I not use $_POST? David Scott [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... I am going through the introductory

Re: [PHP] Re: Help please: Unable to get $_POST[variable]; to work in a form.

2002-12-10 Thread David Scott
contains nothing as the other poster noted: mehtod=post -Original Message- From: David Scott [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 10, 2002 1:20 PM To: [EMAIL PROTECTED] Subject: [PHP] Re: Help please: Unable to get $_POST[variable]; to work in a form. Using $_REQUEST[

Re: [PHP] Re: Help please: Unable to get $_POST[variable]; to work in a form.

2002-12-10 Thread Rick Emery
]] Sent: Tuesday, December 10, 2002 2:05 PM To: Subject: Fw: [PHP] Re: Help please: Unable to get $_POST[variable]; to work in a form. What version of PHP are you using? I believe that anything earlier than 4.05 does not support $_POST. Did you try $HTTP_POST_VARS['name']? This will work