Quantcast
Channel: VBForums
Viewing all articles
Browse latest Browse all 42448

Get data from specific row in Database

$
0
0
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?

Viewing all articles
Browse latest Browse all 42448

Trending Articles