All public logs
From Jay's Cafe' Wiki
Combined display of all available logs of Jay's Cafe' Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 06:10, 31 May 2021 Jayctheriot talk contribs created page Displaying RSS Feeds with PHP (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...")