Array values help

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
xor83
Forum Newbie
Posts: 5
Joined: Tue Feb 05, 2008 11:01 pm

Array values help

Post by xor83 »

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

----------------------------------------------------------------------------------------
Image

I want that first it shows value for node "1" value...1,2,3,4 and so on
Any help
semlar
Forum Commoner
Posts: 61
Joined: Fri Feb 20, 2009 10:45 pm

Re: Array values help

Post by semlar »

xor83 wrote:Image
..hm.
Post Reply