kur u ndryshim vbet cache të db të jashtëm, që shitet Scripts dhënat nga baza e të dhënave Rinise Shqiptare (e cila është paracaktuar VB db) supozojmë se pp është në vbet db. VETËM në VB jashtme db, ndoshta vbet ka asgjë të bëjë me të dhe i mund të kenë nevojë për të redaktuar të vijë më lart në Scripts për të pasqyruar gjithmonë të db VB.
Warning: mysql_fetch_row (): Argumenti furnizuar nuk është një burim i vlefshëm MySQL rezultojë në / home / ... / public_html / albume / inc_features_cmps.php on line 67
'Xxx_vbet.pp_photos' Tabela nuk ekziston
PHP Code:
// If you have placed PhotoPost into a seperate database, you will need to
// uncomment these lines to connect to the PhotoPost database. It is suggested
// that you install PP into the same database as vB for better performance.
//
// 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 ("localhost", "$dbuserid", "$dbuserpassword") or die('I cannot connect to the database.');
//mysql_select_db ("pp_database")or die("Could not select photopost database");
// Number of photos to display
$num_display = 5;