and thanks for the people they have help me before. I have a litle error and i have try somethings but dont work,
$rows = ( "SELECT `adminid`, `notes` FROM `admin` WHERE `adminid` = '".$_SESSION['adminid']."' LIMIT 1" );
$result1 = ( "SELECT * FROM `log` ORDER BY `logid` DESC LIMIT 15" );
include( "./templates/".TEMPLATE."/header.php" );
This Line:
echo ( $_SESSION['msg1'],$_SESSION['msg2'] );
there is the problem. I have "," its make me problems,maybe someone can explain me or help me to solve it.