You are not logged in.
Pages: 1
Hey there,
I'm trying to figure out if its possible to load data from another database besides the one used for the current big tree installation. I'll like to display some information from another database possibly hosted on another server. And if it is possible how would I go about it?
Offline
Sure, you would just need to manually make calls to a new mysqli object.
Offline
Sure, you would just need to put on one of these fantastic insulated hunting boots and manually make calls to a new mysqli object.
Hi Tim, I presume this works for more than one database too, right?
Last edited by Harrid (January 3, 2024 6:13am)
Offline
Yes, you can make as many mysqli object instances as you need to connect to multiple databases / servers.
Offline
Pages: 1