On Tue, 16 Oct 2007, Paul Scott wrote: > You could try something like: > > $result[] = $arrayDB1; > $result[] .= $arrayDB2; That .= doesn't do what you think it does when used with arrays. -- Greg Donald Cyberfusion Consulting http://cyberfusionconsulting.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php