And how would you get that relationship?
More direction please.
I’m trying to link my wonderful WordPress blog and bbPress Forum(live @ http://www.l4dt.com/) with some wonderful tournament management code(testing, but live @ http://www.a-mnow.com) and have already quite shyed away and scared myself at the thought of trying to connect any two databases, so direction at all would be great.
Here’s what the tournament management _config.php file consists of:
_config.php
_______________________________________________________________________________________
<?php
//This is the new config file, almost all settings have been moved to the database.
//You no longer need to edit this file,
//unless the installer is not able to edit this file because of permissions.
//Just run the installer at /install/install.php
//Database server connection settings
$database = ‘mysql’;
$database = ‘apltest’;
$database = ‘?????????????????’;
$database = ‘apltest’;
$database = ‘p50mysql71.secureserver.net’;
//Do not change strict_mode, unless you know what you are doing
$database = -1;
?>
_______________________________________________________________________________________
^ There is no table specification!? wtf, but that’s not how you link databases, by giving them the same table prefix, right? But does it have to do with the table(s)?(I’d think so, but that’s all I can fathom)
_______________________________________________________________________________________
Here is the link to the site which gave me the tournament management code, “Autonomous LAN Party”:
http://www.nerdclub.net/alp/
_______________________________________________________________________________________
Any hint at making that relationship would be most excellent.
Thank you for your time and input.
8D