Hope somebody can help.. I keep getting this error "Invalid query -- SELECT * FROM `usertable` WHERE userid = 1156644879 -- Table 'mydispl1_test.usertable' doesn't exist" // Database Settings $dbhost = 'localhost'; $dbuser = 'mydispl1_mikel'; $dbpass = 'password'; $dbname = 'mydispl1_test'; thanks in advance
Run this query to show all the tables in your database: SHOW TABLES FROM mydispl1_test; PHP: Either post the error or results you get and we can help further.