| http://www.w3.org/ns/prov#value | - Instead, I want the variables embedded within the url.here is an example of what I am trying to achieve:<?phpsession_start();?><body id=twoColLayout class=<?php echo $_SESSION['submenu']; ?>><form action=index.php method=POST><a href=index.php?submenu="search_bookmark>Search bookmarks</a></form>Objective - When I select the link, the page reload with the variable 'submenu' set to 'search_b
|