PHP variables don’t evaluate in the query [duplicate]
This happens when your result is not a result (but a “false” instead). You should change this line to this: because the ” can interprete $variables while ‘ cannot. Works fine with integers (numbers), for strings you need to put the $variable in single quotes, like If you want / have to work with single … Read more