This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
working_with_rss [2019/07/23 14:14] nmckillop |
working_with_rss [2019/08/02 14: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 | ||