Imaging i have a RSS feed from a website that contains the lastest news of that website,
Like this:
http://example.com/feed
Now, i want to get the last news url from this feed address.
Like this :
http://example.com/post/555.php
http://example.com/post/554.php
http://example.com/post/553.php
http://example.com/post/552.php
http://example.com/post/551.php
http://example.com/post/550.php
How to get list of urls with a limit of (for example) 25 urls In PHP ?