Re: [PHP-DB] merging a table from multiple servers

2004-05-07 Thread Seth Bembeneck
Thanks, I'll try that. Seth "Gary Every" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] You could do this: Build a sql statement, then connect to each of the servers and save the results in a variable, $result_1 $result_2 Then do: $result_all = array_merge($result_1,$result_2,...

RE: [PHP-DB] merging a table from multiple servers

2004-05-07 Thread Gary Every
You could do this: Build a sql statement, then connect to each of the servers and save the results in a variable, $result_1 $result_2 Then do: $result_all = array_merge($result_1,$result_2,...) The result sets have to have identical layouts, though. Gary Every Sr. UNIX Administrator Ing