[Løst] php mysql inner join med variabler

Les hele artikkelen

Hei,

 

Problemer med og bruke variabler i inner join mysql her:

 

 

$result3 = mysql_query(«SELECT * FROM $kommunedb
INNER JOIN postnr ON $kommunedb.postnr=postnr.postnr
WHERE $type=’ja’ AND godkjent =’ja’ ORDER by $kommunedb.postnr»)

or die(mysql_error());

$kommunedb og $type er ok. De har eg sjekket.
Ser ut som querry ikke støtter $kommunedb.postnr  delen. 

You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near ‘INNER JOIN postnr ON .postnr=postnr.postnr WHERE pizza=’ja’ AND godkjent =’ja’ O’ at line 1