Revision history of "Displaying RSS Feeds with PHP"

From Jay's Cafe' Wiki

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • curprev 06:10, 31 May 2021Jayctheriot talk contribs 1,345 bytes +1,345 Created page with "<pre> <?php // SELA Buoy Aggregate RSS Feed function display_buoy_feed($rss_link,$rss_limit) { $rss = new DOMDocument(); $rss->load($rss_link); $feed = array(); fo..."