I have PHP4 and Apache Server running on WinME, and have a problem passing variables from an html page to php. The php functions fine when I define the variable in the page, but when I try to pass it in from externally it doesn't work. I've tried 'method=post' and also a link with the variables to the page, but it just keeps telling me my variable is undefined. i'm convinced that the form is coded correctly, and believe this could be a problem in php.ini - does anyone have any experience of this?