I have $a set as an array
how can i push a value into $a whilst maintaining a correlation with another attribute?
e.g., i have a score for each item in the database. I want to push the score onto an array but also the attribute carID so i know which car the score is for...
can anyone help?