Hmmm .. i need to mark this thread un-resolved.
i guess end() cant be used if the array has multiple key's?
my array is populated with 25 records, 5 keys per record
Im trying to access $array['username'] and have it return the last username at the end of the array .. but i get this error
What i used:
end($array['username']);
PHP Responded with ..
Warning: end(): Passed variable is not an array or object