An associative array is one with named keys.
Ex.
array(
'name' => 'Name here',
'other' => 'Other data here'
);
In a mysql result, they are the column names.
Reputation Points: 235
Solved Threads: 193
Nearly a Posting Virtuoso
Offline 1,315 posts
since Jun 2007