I am working on a website with a fair amount of php. I am doing queries to an LDAP directory. I need to populate a multidimensional array with information. I am pulling a field from each of 4 servers and need to put it into a table with the server name then the particular value I queried from the server. I have not been able to find out how to write the variables to the array. I just need to pop them on the end of the array.