Search found 1 match

by midfielder
Fri Jun 30, 2006 8:21 pm
Forum: PHP - Code
Topic: PHP with XML, simple blog
Replies: 8
Views: 1363

PHP with XML, simple blog

Ok I am making a simple blog script with XML. My problem is reading from the XML file. I only want to display the latest blog post, which should be the last element from my XML file. I also have links included like "Next" / "Previous" where if clicked it'll goto the next and prev...