Why this php code Bugs on IE?

  • Thread starter Thread starter alaouialij
  • Start date Start date
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.
 
Back
Top