PHP - XML

A

Anonymous

Guest
I am trying to find a tutorial or example where a PHP script takes out a random XML entry, or the newest according to the attribute tag in the XML file.

I have written a PHP that takes an XML file an parses it, but I want to get an example of how to retrieve just one record and not parse the entire XML file.

Any help is appreciated.
 
i may propose that:
http://www.php-tools.de
man who create very interesting script under PHP
 
Back
Top