This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
working_with_rss [2019/07/23 15:14] nmckillop |
working_with_rss [2019/08/02 15:19] (current) nmckillop oops, missing semi-colon |
||
---|---|---|---|
Line 64: | Line 64: | ||
<?php | <?php | ||
- | $rss_url = "https://glasgow.social/tags/coding.rss" | + | $rss_url = "https://glasgow.social/tags/coding.rss"; |
// read the RSS file into the $content variable | // read the RSS file into the $content variable |