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

Code:
<li> <a href="temp.php" title="Item Two">Search </a></li>
only if id=5

any idea on that ?