Skip to main content

Multiple open databases?

Comments

6 comments

  • Infopro
    multiple open databases in mysql in php code snippets?

    What does this mean, exactly?
    0
  • TubeNations
    Well what i meant was, well code that can be used that has 2 open databases at the same time. So for example $mysqli = new mysqli("localhost","database","password"); $mysqli2 = new mysqli("localhost","database2","password2"); and then we can have code that gets data from each and still have them both open until they are both closed at the end of the php code snippet.
    0
  • Infopro
    Whats the code snippet doing?
    0
  • TubeNations
    Well basically i am trying to make an admin panel, that shows user data from 2 different databases, 1 being a phpbb database and the other being from our directory database, there is user data in both, and as it stands we get data from the directory database, but emails are stored in the phpbb database, so i wanted to get and show the email too along side the user name and user id we are fetching from the directory database, if that makes sense.
    0
  • Infopro
    Sounds like you want to create a bridge of some sort with a phpbb forum. You might do better to ask about this on the phpbb forums.
    0
  • TubeNations
    Sounds like you want to create a bridge of some sort with a phpbb forum. You might do better to ask about this on the phpbb forums.

    Ok thanks for the help though :)
    0

Please sign in to leave a comment.