is it possible to query on 2 databases but with same tablename and merge its output?
Probably. It depends upon your database, though.
SELECT t1.column, t2.column FROM database1.table1 t1, database2.table2 t2 WHERE ...
-- ---John Holmes...
Amazon Wishlist: www.amazon.com/o/registry/3BEXC84AB3A5E/
php|architect: The Magazine for PHP Professionals – www.phparch.com
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php