PHP interesse |
|
Ik ben dus bezig met laaste reactie, maar krijg deze fout:
Column: 'active' in order clause is ambiguous
$list_query = mysql_query("SELECT * FROM scripts_topic,artikel_topic,download_topic,functie_topic,links_topic ORDER BY active DESC LIMIT 0,10") or die(mysql_error());
$list_query = mysql_query("SELECT * FROM scripts_topic,artikel_topic,download_topic,functie_topic,links_topic ORDER BY active DESC LIMIT 0,10") or die(mysql_error());
Hoe doe ik het anders dan?
|