Awesome, thanks for the help
Looks like I'm thru step #2 with your help.
Now to learn how to properly access the data...
i'm trying to do
echo $users[0];
but that doesnt work obviously..
My next step is to do an if->then check with the data in my new array (thanks to adrian), how do I properly access the data to do that?
What I mean is what is the syntax to pull one piece of specific data out?
Thanks!
|