|
It WILL have column names, even a "SELECT * FROM" returns with column names.
IF you know the order of the columns in the table you could use $row[numeric_index]; (zero based array index), but this will "break" should the table (s) be restructured at some time in the future.
__________________
Chris. ->> Please login or register to view this content. Registration is FREE <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
|