UNIX_TIMESTAMP() ORDER BY dateline DESC LIMIT 1', compact('type')); if ($row !== false ) { echo '' . "\n"; echo "" . "\n"; echo "\t" . '' . "\n"; echo "\t\t" . htmlspecialchars($row['title']) . "\n"; echo "\t" . '' . "\n"; echo "\t" . "" . "\n"; echo "\t\t" . htmlspecialchars($row['content']) . "\n"; echo "\t" . '' . "\n"; echo "\t" . "" . "\n"; echo "\t\t" . $row['dateline'] . "\n"; echo "\t" . "" . "\n"; echo ""; } else { // no news in DB, output a 'null' news xml echo '' . "\n"; echo "null"; }