Having some troubles with db queries, is this the right order to do everything in? Trying to figure where I went wrong. :ermm:
PHP Code:
mysql_query("SELECT 'rating' FROM 'user' WHERE username='TheSpecialist' LIMIT 1");
FYI: Rating is a field I added to the user table. If I assign the whole mysql_query statement a variable, I should get it to display the result right?