[PHP-DB] merging a table from multiple servers

2004-05-06 Thread Seth Bembeneck
I'm trying to work on a project that gathers info from different servers, then combines them and displays it. Is it possble to merge the tables from the different servers into 1 table using php? My one solution to this was to have a php script on each server, then have my website call each php sc

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

2004-05-07 Thread Seth Bembeneck
e($result_1,$result_2,...) The result sets have to have identical layouts, though. Gary Every Sr. UNIX Administrator Ingram Entertainment Inc. 2 Ingram Blvd, La Vergne, TN 37089 "Pay It Forward!" -----Original Message- From: Seth Bembeneck [mailto:[EMAIL PROTECTED] Sent: Friday, M

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

2004-05-08 Thread Seth Bembeneck
--- > www.steinhaug.com - www.easywebshop.no - www.webkitpro.com > -- > > "Seth Bembeneck" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > > I'm trying to work on a project that gathers info from different