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
social_experiment
DevNet Master
Posts: 2793 Joined: Sun Feb 15, 2009 11:08 am
Location: .za
Post
by social_experiment » Wed Apr 06, 2011 4:38 pm
$array[0]['ID'] ?
“Don’t worry if it doesn’t work right. If everything did, you’d be out of a job.” - Mosher’s Law of Software Engineering
fugix
Forum Contributor
Posts: 207 Joined: Fri Mar 18, 2011 8:01 pm
Post
by fugix » Wed Apr 06, 2011 8:39 pm
should be as social_experiment said...the $array will be whatever variable that your array is stored under
someguyhere
Forum Contributor
Posts: 181 Joined: Sun Jul 27, 2008 3:24 pm
Post
by someguyhere » Thu Apr 07, 2011 8:36 am
I did try that earlier, but it didn't work. I can't remember the error it gave me.
I ended up finding a way to pull the data in a way that created a more straight forward array that was easier to work with.