header("Content-Type: application/xml"); include "config.php"; $link = pg_connect(DB_CONN); $op = $_GET["op"]; if ($op == "feeds") { $result = pg_query("SELECT * FROM ttrss_feeds ORDER BY title"); print "
Blah blah blah blah blah
"; } if ($op == "viewfeed") { $feed = $_GET["feed"]; $headlines = array("Linus Torvalds flies to the Moon", "SCO bankrupt at last", "OMG WTF ANOTHER HEADLINE", "Another clever headline from $feed", "I'm really not feeling creative today", "No, seriously"); $headlines = array_merge($headlines, $headlines); print "