TubeNations

  • Total activity 7
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 2

Activity overview

Latest activity by TubeNations
  • TubeNations commented,

    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 :)

  • TubeNations commented,

    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 b...

  • TubeNations commented,

    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("localh...

  • TubeNations commented,

    I use a php snippet of code and htaccess for my redirect to ) or $_SERVER['HTTPS"> == 'off' ) { $redirect_url = "https://" . $_SERVER['HTTP_HOST"> . $_SERVER['REQUEST_URI">; header("Locatio...

  • TubeNations created a post,

    Multiple open databases?

    Hi all, i just wanted to ask a question, is it possible to have multiple open databases in mysql in php code snippets? I did searches on google and a lot of the results found was answers on a well...