On Tue, 2004-11-16 at 12:16, Eucke Warren wrote: > Hello All, > > I am stumped (no surprise there....sigh). > > I have a small php script that processes POST data from a small webpage and > apache? Anyone been down this road before? Suggestions? With PHP the most likely problem for scripts that worked under one version or system and don't work on a new system/version is that the script was written assuming global variables was enabled. Very common problem. That would be the first place to look. Review the phpinfo information for your server and compare that to the old version. -- Scot L. Harris webid@xxxxxxxxxx Carson's Consolation: Nothing is ever a complete failure. It can always be used as a bad example.