Forum Moderators: coopster

Message Too Old, No Replies

Form run through Babelfish

php script not receiving data when form run through Babelfish

         

netsites

8:34 pm on May 30, 2009 (gmt 0)

10+ Year Member



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.

coopster

6:37 pm on Jun 6, 2009 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



Welcome to WebmasterWorld, netsites.

Are your form element names changing and if so you need to monitor for them in the form processing script.

netsites

11:36 pm on Jun 8, 2009 (gmt 0)

10+ Year Member



Thanks for the reply. That was one of the things I checked. The elements looked good.

Anyway, I decided to use the google api to translate selective text on my site so the user can pick the language and the site won't be directed to another URL.