MySQL Forums
Forum List  »  PHP

Getting Data From My Array?
Posted by: Alan Northam
Date: January 10, 2006 03:25PM

I have an array that has many rows of data. I know how to get all the data from the first row by using something like: $getdata = $array[0] to get the first data from a row. But what I do not know how to do is to get data from the second row of data. I would expect it to be something like this $getdata = $array[0,1] but that does not seem to work. Can someone get me on the right track?

Options: ReplyQuote


Subject
Written By
Posted
Getting Data From My Array?
January 10, 2006 03:25PM
January 11, 2006 03:52AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.