I trying to parse HTML Table tags and get all the values in a Array. How can I get values from that array One-by-One. I have tried many array sample but when I try to print this array it only returns series of value "Array" not the value.
see this image how that array look like
----------------------------------------------------------------------------------------
[img]http://www.sangeetmp3.com/PHP.JPG[/img]
I want that first it shows value for node "1" value...1,2,3,4 and so on
Any help