Quote:
Originally Posted by FreshFroot
Is it because $result is supposed to be an array? And that we can the array of username within $result?
|
Yeah (I think). I guess you can think of what you get back as a database row that's been saved in an array using the column names as the keys, and even if you're only getting one column it's still an array (with one entry).