MySQL Forums
Forum List  »  PHP

Re: Getting Data From My Array?
Posted by: Georg Richter
Date: January 11, 2006 12:11AM

If $array is an array of data rows.

$row = $array[0];
$column3 = $array[0][2];

/Georg

Options: ReplyQuote


Subject
Written By
Posted
January 10, 2006 03:25PM
Re: Getting Data From My Array?
January 11, 2006 12:11AM
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.