So when I am not logged in to my site via steam it shows this error ( Notice: Undefined index: steamid in C:\xampp\htdocs\index.php on line 468) but when I log in via steam it is gone.
CODE:
<?php if(isadmin($_SESSION['steamid'])){
echo'Admin tools: [<a href="chatadm.php?do=clear" onclick="return popitup(\'chatadm.php?do=clear\');">clear chat</a>], [<a href="chatadm.php?do=toggle" onclick="return popitup(\'chatadm.php?do=toggle\');">turn '.(chaton() ? 'off' : 'on').'</a>]';
} ?>
Line 468 is this line:
<?php if(isadmin($_SESSION['steamid'])){
Hope someone can help. Thanks.