$sql= "SELECT name, content FROM {$dbpraefix}meta_global
UNION SELECT name, content FROM {$dbpraefix}meta_local
LEFT JOIN {$dbpraefix}pages ON {$dbpraefix}pages.id={$dbpraefix}meta_local.page
WHERE {$dbpraefix}pages.alias = $_GET['include']";
Hello Everyone. whats wrong with the last part of my code.
WHERE {$dbpraefix}pages.alias = $_GET['include']"
my page doesnt work. but if i throw the last part, it works well. this is a part of my "build your own CMS" projekt. thanks for your answers.