Can anyone tell me what I might be going wrong? I’ve tried a few different things. But this is what I currently have.
$queryCurUser = "SELECT * FROM users INNER JOIN '$ninenumber' ON users.ninenumber = '$ninenumber'.ninenumber" ;
%ninenumber is a table and I need to use that variable so I can do something really cool.
Replace the quotes with the backticks: