|
Getting Info From an HTML File
So I am looking for a simple way to do this, and I just need to be pointed in the right direction. So, I am trying to basically get information that is inside of tables in an HTML file. What I want to do is to turn the data inside the <TD> lines in the tables into an array so everything between <TD> and </TD> gets added to an array. Does anyone know a simple way of doing this? The way that I have started go is getting very complex, any help is much appreciated.
-Jonny
|