I changed in_features.php as followed
// If you use the same userid/password to access both databases, you don't need to
// uncomment the mysql_connect - this is only if you require different ids to access
// the PhotoPost database.
//
$link = mysql_connect ("myhost", "$Databasephoto", "$Passwordphoto") or die('I cannot connect to the database.');
mysql_select_db ("Databasphoto")or die("Could not select photopost database");
// If you use PhotoPost in a seperate database from
vB, you'll need to reselect the
vB database!
mysql_select_db ("Databasevbulletin");
But I am still receiving the error message "Could not select photopost database"
What is wrong?
$link = mysql_connect ("myhost", "$Databasephoto", "$Passwordphoto") or die('I cannot connect to the database.');
mysql_select_db ("Databasphoto")or die("Could not select photopost database");
$links = Access information to vBulletin or photopost?
mysql_select_db ("Databasphoto")or die("Could not select photopost database"); = Access information to vBulletin or photopost?