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:
...but that obviously doesn't work. Any thoughts on how I can do this?PHP Code:echo $row[20]['busname'];


Reply With Quote

