I am facing prb in forwarding situation to particular domain database. That is i have 3 databases. Each one had some relation. In the case of editing and creating new ones i am facing problem in forwarding to appropriated data base based on field values.
Thank You.
Well, you'd need to manually map domains to databases. So look at $_SERVER['HTTP_HOST'] and based on that, you can define which database (or set of tables) to use.