ok lets say I have a database variable
$stuff = mysql_query("SELECT * FROM table WHERE this = that");
now once I have that I want to manually add variabes to the db array like
$stuff[new] = "addon";
but everytime I try the variable is not there, so my question is... is there a way to do what I am asking?