Salut,
CSS = Cascading Style Sheets
Pentru a extrage date dintr-un RSS poți folosi următorul cod php
Documentație: PHP: simplexml_load_file - ManualCod PHP:$feed_url = 'http://forum.seopedia.ro/external.php?type=RSS2';
$feed_array = (array) simplexml_load_file($feed_url);
print_r($feed_array);



Răspunde cu citat