IraqiGeek wrote:

> I'm learning PHP on a  Debian Etch with Apache 2.0.54 and PHP 4.3.10, and
> using Firefox 1.5.3 on a Windows XP box to browse the sample site. I wrote
> a small form to get user input. If I use METHOD=GET, then the form works
> fine, without any glitches. However, if I use METHOD=POST in the form, I
> don't get the data back to the script.

The most likely explanation is that there is something wrong with your
script or with your form. It would help if you showed the code (a minimal
test case by preference) you are trying to use. 

-- 
David Dorward       <http://blog.dorward.me.uk/>   <http://dorward.me.uk/>
                     Home is where the ~/.bashrc is

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to