I can't figure out where I have gone wrong. Maybe not enough sleep, anyway this is the 
simple query:
$query = "SELECT * FROM xp_topics WHERE artist='artist'ORDER BY topicid DESC LIMIT 
0,1"; $result = mysql_db_query($query) or die("Select Failed!");
echo("Latest Artists : $topictext <br>");

It says query failed. I know I've forgoten something but don't know what

Reply via email to