i know that other url works since i made multiple grabbers in fact, since each site's code desing changes i have one grabber page for each company i need to get data from...
the code usually works fine and i can get the data, fill it in the DB and use it back. but i just can't go and read the table on that site... the URL i gave was the front page's URL but i can't grab anything from that site.
if you wanna try, you can always try to compare between www.geappliances.com and that first url in my first post and see the difference...
The "GE" site gives me a full string with all the page's source code. I then filter that code based on how the site is written to find the table with all the appliance's specs and insert the "relevant" data into my DB.
is there another way to "read" the html content of a page and sort out the tables data from that?