I have done that simple with the server behaviors (login and logout) , Dreamweaver do the code automatic in PHP
what I wish that the menu point (HOT OFFERS) be shown only for logged users
I have in Database a field with Users_Type (Admin, and Users) but I dont know how to use that etc.
is there a simple way to do that in dreamweaver:
<div id="topnav">
<nav>
<ul>
<li><a href="index.php">HOME</a></li>
<li><a href="aboutus.php">ABOUT US</a></li>
<li><a href="services.php">SERVICES</a></li>
<li><a href="#">HOSTING</a></li>
<li><a href="#">OUTSOURCING</a></li>
<li><a href="#">HOT OFFERS</a></li>
<li><a href="#">CONTACT</a></li>
</ul>
</nav>
</div>
Thanks