I've got a little problem with a webpage I am building in PHP. Since I just started working with PHP, I don't have much experience yet, but I hope that someone knows how to take care of my problem.
The thing is as follows: I have got a frameset consisting of two frames, one for the menu and one main frame. In the menu frame I have placed a select, dropdown menu. What I would like it to do is that when an item of the select menu is selected a page will open in the main frame. I managed to get this to work when I use HTML and Javascript, by referring to different HTML pages. But since all these pages are fundamentaly the same, it only needs to include a different data-file and display a different headtitle, I figured it might be effecient to use a template file and customize this with the variable from the selectmenu. So the question now is: how do I parse a variable that is set in the menu frame to the main frame?
Thanks in advance for your replies, Michiel