Passing URL variables with gengo installed
-
hi all,
New to php, wordpress and gengo.
Here’s my problem. I’m using php to display info from my MySql database. I have a situation where on one page i display all the headers with a details link to a details page that (of course) displays all the details for that given header. As it stands now each details link has a &Rec_id=150 (for example) added to the url. In the details page i use the $_GET[‘Rec_id’] to get the variable. This works great… if i’m in the default language. If i’m not in the default language gengo reformats my URL to point to the translated page for said page. In doing so it removes the &Rec_id=150.
Does anyone know how to get gengo to redirect to the translated page but at the same time keep any added parameters?
thanks for the help.
B
- The topic ‘Passing URL variables with gengo installed’ is closed to new replies.