Hi all.
I'm new here, and PHP is new to me.
I managed to change an example script to this :
http://dvd.raptorsystems.be/rss/old.php
I'm very glad that I came this far... :p
I want to call this function multiple times across my page, so I can get a result like this : http://dvd.raptorsystems.be/rss/rss.jpg
I made this page in JavaScript but it wouldn't run online because of cross-domain scripting.
I tried calling a function, but then I got this : http://dvd.raptorsystems.be/rss/rss.php
...empty tables. 🙁
I would like to call the function like this in my code :
<?php PrintRssFeed("http://www.blabla.com/rss.xml"); ?>
This is the part of code that works : http://dvd.raptorsystems.be/rss/rss.zip
Can somebody help me please ? 😕