hi
i want to display an item from the menulist only if id=5 but i am having problem combining the php and html
my code
Code:<ul class="menulist"> <li><a href="index.php" title="Item One" class="current">Plan change</a></li> <li> <a href="temp.php" title="Item Two">Search </a></li> </ul>
now i want to display
only if id=5Code:<li> <a href="temp.php" title="Item Two">Search </a></li>
any idea on that ?




Reply With Quote