On Sat, May 13, 2006 9:16 am, 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. > > Googling around, I found a reference to mod_bandwidth, but AFAIK, this > module is used to regulate/limit user traffic. > > Are there any modules missing that prvent METHOD=POST from working > properly? > any config files that need to be edited? httpd.conf for Apache can be configured to not accept POST data. I believe some default httpd.conf settings did just that, in olden days... You'd be getting an error message from the server if that was the case, though. What are you using to try to SEE the data? It's also possible that php.ini settings for EGCPS order preference (whose name is escaping me) might be badly-configured enough to cause this... -- Like Music? http://l-i-e.com/artists.htm -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php