Bu karşılama mesajı kısa yapmak için herhangi bir öneri:
<?php
if(isset($_SESSION['user_id'])) {
if(isSet($_SESSION['1stTime'])){
?>
<strong id="welcome" style="font-size: 10px;">
<a href="logout.php">
Logga ut
</a>
</strong>
<?php
}else{
$_SESSION['1stTime'] = time();
?>
<script>
$(document).ready(function() {
$("#welcome").fadeIn("slow");
setTimeout(function(){
$("#welcome").fadeOut("slow");
setTimeout(function(){
$("#welcome").html("<a href='logout.php'>Logga ut</a>");
$("#welcome").fadeIn();
}, 800);
}, 5000);
});
</script>
<strong id="welcome" style="display: none; color: #FFF; font-size: 10px;">Hej, <?php echo $FULL; ?>!</strong>
<?php
}
}
?>
1stTime ayarlıysa Sonraki oturum açmış olup olmadığını ilk olarak denetler, bu o değilse, o zaman "Merhaba, NAME" ile tanıtmak, İsveç de "Çıkış", ve sonra sonra 5 "çıkış yap" değiştirmek göstermek ise saniye (jquery) + oturumu ayarlayabilirsiniz
Nasıl bu basit yapabilirsiniz?