![]() |
Search query to select multiple database (Different Tables in different database) - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: Search query to select multiple database (Different Tables in different database) (/showthread.php?tid=49084) |
Search query to select multiple database (Different Tables in different database) - El Forum - 02-07-2012 [eluser]Make Code& Love Code[/eluser] Hi !!! I want to write search query for multiple database. I have 3 different database and each database contains nearly 60 tables. Now i want to create search function for user which will allow user to search anything from any database using PHP (Codigniter).I am using Codeigniter. Can anyone help me to do this ?? With Thanks & Regards, Sanjay Search query to select multiple database (Different Tables in different database) - El Forum - 02-07-2012 [eluser]CroNiX[/eluser] Yep, it tells you how to connect to multiple databases in the database user guide. |