maniaBania
Joined: 06/01/2010 19:55:38
Messages: 1
Offline
|
I wonder how to solve the following problem: I send a question to the geonames search service, I get back an XML document as I want, but the problem is that the answer contains 1838 possible answers <totalResultsCount> 1838 </ Total Results Count>. Geonames maxRows is 1000. I would like to be able to retrieve 30 rows at a time and then do something like paging. So when I click on "Page 2", the next 30 responses appear, and so on. How can I solve that? I use SimpleXML, programming language is php.
|