
<?php $result = mysql_query("SELECT headline1, content1, content2, date, category FROM " .PREFIX. "news WHERE category ='12' ID ORDER by newsID DESC limit 1"); ?>

<?php $result = mysql_query("SELECT headline1, content1, content2, date, category FROM " .PREFIX. "news WHERE category ='12' ID ORDER by newsID DESC limit 1"); ?>