Basically where you have your menu in html, say as a list
- Home
<ul> <li>Home</li> </ul>you add php so after</li>of the last itemthen add:<?php if($session-logged_in) { ?> <li>My Account</li> <?php } ?>
|
2 | formatting | ||
|
Basically where you have your menu in html, say as a list
|
||||
|
1 |
|
||
|
Basically where you have your menu in html, say as a list
|
||||