I am pretty sure the problem is the way I am referencing the array. As when querying 2 different tables it creates two arrays inside of the main array, correct?
i.e.
array (
array ( table 1, info, info, info, info )
array (table 2, info, info, info, info)
)
I tried using $row[1][name] to find the info as well and that did not work. Any ideas?