I have a big problem. I want to parse a web page using php. And I don't understand why it doesn't work. I want to take the "tr" tags from that page, and then, I'll parse each text obtain previously, by the "td" tags. The thing is that I can't parse the text so between two tags can have another two.
Is there any trick about wich I should know? Beacuse I'm trying this for over 2 days and I still can't get a result.
This is the page:
http://www.tjareborg.fi/akkilahdot?DepartureIds=-1&CtryId=-1&DestinationAirportIds=-1&ResId=-1&QueryDurID=a&QueryDepDate=10.6.2011&LmsTypeId=2%2c3%2c1&PaxPrice=2167&SortAscending=True&page=0
All I want to do is parse that table, and get the content of every cell.
Thank you so much!!!