I have an html form that processes .php upon submit and functions well EXCEPT when the URL is translated through Babelfish (http://babelfish.yahoo.com/). In this situation the .php gets null for the $_POST values set in the HTML.
Is the server not recognizing where the request came from? Any ideas on how to make this work?
Thanks in advance.