include_once('_shared.php'); $sql = "select * from players"; $rs = mysql_query($sql); $row = mysql_fetch_assoc($rs); ?>