<?php include('core.php'); include('includes/session.php'); $ssocheck = mysql_query("select * from users where username = '".$rawname."' and password = '".$rawpass."' limit 1") or die(mysql_error()); $ssocheck2 = mysql_fetch_assoc($ssocheck)...