I\'m using PHP Simple HTML DOM Parser to scrape some data of a webshop (also running XAMPP 1.7.2 with PHP5.3.0), and I\'m running into problems with
Make sure that tbody is really is there. Many browsers will add a tbody to tables in the inspect panel even though they are not present in the response.