I have a mainwebsite and a subdomain. They both have different databases, config files, ... The file getinfo.php in my subdomain gets the numbers of active topics. What is the best way to display this on my homepage? How can I execute the getinfo.php, get that data and display it on my homepage? Or is there another possibility to do that?
我认为,连接第二个数据库不是一个好的想法。