Hello,
I would like to include in my Indexu site this:
It is a script from another site (running on the same server).Code:http://promenada.sk/xml_add.php
I´ve tried php include and RSS block, but no success...
Thanks for help.
Hello,
I would like to include in my Indexu site this:
It is a script from another site (running on the same server).Code:http://promenada.sk/xml_add.php
I´ve tried php include and RSS block, but no success...
Thanks for help.
You need to parse the XML file, otherwise it will probably be included as text.
Did you try including it as an rss feed?
<%block_rss_feed url="http://promenada.sk/xml_add.php" title="title" template="block.rss_feed.html" max_item="3" cache_time="86400"%>
I don't know if it would work like that, but you could give it a shot.