Join two database table from two different databases in the same server
Can we join two table from two different database and both databases are hosted on same servers. I have a database from drupal 7 and another one from codeigniter 3.0. I can connect drupal database from codeigniter and fetch the record but i want to join drupal database table with codeigniter database. If possible than please help me.
How to connect two docker containers from two different hosts?
I am trying to connect two docker containers from two different hosts.I have configured web container on host A and DB container on host B.I have tried to connect(link) these two containers by using docker swarm and weave but it did not work for me.need some suggestions how to link two containers from two different hosts.
Embed a single webforms different fields in to two different pages - Drupal 6
In Drupal 6 , I have a webform which asks for basic info like the Name and email. Then on the basis of if the user is a special user (asked with option button) will choose to ask more questions if they are one else will not ask anything else. I have created 2 webforms to do that. Is there a way to do that with only 1 webform? More so is it possible...
Two different front pages with different themes
So I have the following problem. I created an entry page with module front that has two links. To categoryA and categoryB. Now I want these two categories to have different front pages with different themes. Any ideas on how I can achieve that?