Paging an XML file with PHP

JeepJim

New Member
I need to page an XML dataset in PHP. The website I'm running is not high-volume so an implementation that would query the whole XML serialized file for each page is ok, but I'd be interested in hearing also approaches that do it right from the start (maybe slicing the file in many smaller files).What are some approaches to do this in PHP?
 
Back
Top