Sveiki, kaip padaryt kad pvz kai kuriuos menu elementus rodytu tik tuo met kai prisijungi?
Main
Welcome
Profile
Logout
Welcome !
You have successfully joined and we wish you a good time!
You are not authorized to access this page. Please login.
Va cia yra page kuri ismeta kai kazkas prisijungia o kai ppadaryt pvz kad home rodytu visad net kai neprisijunges esi? Negi ta pati koda kopijuot ir padalint weba I 2 dalis: 1 prisijungus, kita neprisijungus? Ir kai kurie kodai tuo met kartosis, ar yra koks paprastesnis budas. HELP ME
<?php if (login_check($mysqli) == true) : ?>
<br><div id="menu">
<a href="index.php">Main</a>
<a href="welcome.php">Welcome</a>
<a href="profile.php">Profile</a>
<a href="includes/logout.php">Logout</a>
</div>
<div id="header">
<p>Welcome <?php echo htmlentities($_SESSION['username']); ?>!</p>
</div>
<p>You have successfully joined and we wish you a good time!</p>
<?php else : ?>
<p>
<span class="error">You are not authorized to access this page.</span> Please <a href="index.php">login</a>.
</p>
<?php endif; ?>
Paskutinį kartą redagavo: 29 Balandžio 2016 - 22:44