I have some site (just as trial for now) at
http://probowanie.net76.net/ and there is menu on the left side. I have been trying to make sth like that:
the main site is just like this, what is now, but after click on any position in menu it will be send to the "page.php" which would have this
Code:
<?php include($_GET); ?>
instead the text.
Of course there will be another file which would contain the proper text.
I don't know what I should use... form before menu? and how tell the get funktion what exact tekst should be send (it have to be the page name)...
I just want to do all of this without any graphic changes in menu.