ok - that works but it is giving me 3 outputs for each string in the array.
Basically, I already have an array ($domain_host) and I am using foreach ($domain_host as $idomain_host) {
print....}table with 2 columns, first coloumn should have the values of another array ($domain_purchase) and the second column shows the values of $idomain_host.
The second column works fine, but I need to get the contents of the array, $domain_purchased, into the first column - This is where I am struggling.
Like I say, your method works, but it printed each value 3 times. Any other ideaS?