
1.-When the php is generated, the links on the menu (left side) show for example:
http://www.mysite.com/products/index.ph ... show&cat=1
2.-Which opens a new link on the right side with the actual content:
http://www.mysite.com/products/index.ph ... artlang=en
My question is how to open directly the content (index.php?action=artikel&cat=1&id=1&artlang=en) from the menu instead of clicking twice to get where I want to go.
I forgot to add that there is only one answer per category so there will be no conflict. I mean if there are 5 categories there is only 5 answers or 1 per category.
Thanks for your help.