You can also use cURL what would solve the problem with data base access.
It shouldn't be very complicated I think - Depends of the structure of the source page.
As I have said in your different thread, it must be because of value names. Your mobile version of web page is like www.webpage/mobile/link_here.html or something like that I don't remember now.. So...
Is your browser has a javascript turned on ? Because it is working on my computer without any issues. So maybe, if the sitemap is working there is a problem with how you named the links. I have...
It is all depend of what result you want to get. For example you can get data from database by PHP and then show 10 results on the page and make a button like: show more, after click on that user...