A
alaouialij
Guest
This doesn't work:
$rss1 = "http://blablabla.xml";
if ($rs = $rss->get($rss1))
This works: if ($rs = $rss->get(http://blablabla.xml))
Help me Please !
Could you please send me the correct version of the code, if there is one.
$rss1 = "http://blablabla.xml";
if ($rs = $rss->get($rss1))
This works: if ($rs = $rss->get(http://blablabla.xml))
Help me Please !
Could you please send me the correct version of the code, if there is one.