I FIGURED IT OUT, SO SORRY! I have this query: mysql_query("SELECT Ip_2 FROM " .$_SESSION['Server']. "_Users WHERE Ip_2 = '$_SESSION[ip]'") or die(mysql_error()); Code (markup): And I am getting this error: Table 'eternal_war.server1_users' doesn't exist $_SESSION['Server'] contains server1, not eternal_war.server1. Why would it be doing this? eternal war is the database name though. Any ideas? -Ryu
First check that you cnnected to the right database (here you are on the database eternal_war), then make sure you do not misstype the table name. Read those http://dev.mysql.com/doc/refman/5.0/en/cannot-find-table.html http://dev.mysql.com/doc/refman/5.0/en/identifier-qualifiers.html