Let's say I have this query in PHP.
$a = mysql_query("SELECT * FROM `users` WHERE `id` = '1' ");
Which is nice and all, but I have a problem. How do I view the contents of $a, which I presume is an array like so:
Index | Value ID | 1 Username | Foo Password | Bar ...