Hey PHP Gurus I desperately need some help with PHP and XML. This is my dilema; I have a php script that reads and xml feed and parses it to html on my site, this works very well and I am quite happy with it. This php script has a $counter in it which, at this time, displays the latest 50 articles. I need to add an archive link and I was wondering if there is anyway that I can either replace or edit the following; [code=php:0] for ($counter = 1; $counter <= 50; $counter++;) [/code] to show the rest of the articles after the first 50 - so if there is a total of 1000 articles, only display the articles AFTER the first 50 (the last 950 articles). I would appreciate the help. Regards S