Most people are familiar with the javascript menu where you select a link from a form menu. The problem is, what if javascript is disabled or a visitor does not use a javascript capable browser? Basically your menu won't work.
This php version is so simple but adds so much more value and overall use than the javascript equivalent.
You need to create a page called jump.php - all this contains is the following.
<?Save the above as jump.php
Next create your menu.
<form action="FULL/PATH/TO/jump.php">That's about all there is to it, easy, and to be honest a lot easier than the javascript version:)
Make life easier by using our click and go to combine the power of javascript and php.