Recently I had to work with MySQL. I wrote this line on php:
$query = "SELECT 'catalog' FROM $moduls WHERE posit = 'head'";
After the request gives:
You have an error in your SQL syntax; check the syntax for the right syntax
I feel that the problem with quotes, tell me exactly how to?