Hey gang,
I'm new to the world of PHP, but learning a lot as I go.

I'm trying to get data from a specific row in a database.

i tried something like this:

PHP Code:
echo $row[20]['busname']; 
...but that obviously doesn't work. Any thoughts on how I can do this?