axew3.com

Tag: different

  • How to connect to external database using phpBB db classes

    by

    This is the simply way to connect to an external database in phpBB (we go to use mysql lib here, but you could use another of these available in /phpbb32/phpbb/db/driver folder changing namespace (if on php7> you need to use mysqli and NOT mysql or you’ll get error) using phpBB db classes $w3dbhost = ‘localhost’;…