I've recently moved from an apache server to windows iis server running php as a binary. When running from apache i could pass form names as php variables but now through iis i get a Undefined variable error. why and how do i fix this. thanks
Under IIS you can set the URL methods that are allowed for a particular file extension. Try checking under 'application settings'. I think that is were it is and ensure that 'ALL' are enabled.
Sorry if this is vague, but i'm working from memory.
Thanks very much Stan