เมื่อ u เปลี่ยนแคช vbet เพื่อ DB ภายนอกสคริปต์ที่เรียกข้อมูลจากฐานข้อมูล photopost (ซึ่งเป็นค่าเริ่มต้น VB dB) สมมติว่า PP อยู่ใน vbet DB เฉพาะใน VB DB ภายนอกอาจจะ vbet มีอะไรจะทำอย่างไรกับมันและฉันอาจต้องแก้ไขบรรทัดข้างต้นในสคริปต์เพื่อสะท้อนให้เห็นเสมอไป VB ฐานข้อมูล

คำเตือน : mysql_fetch_row () : อาร์กิวเมนต์ที่จัดไม่ได้เป็นทรัพยากรที่ถูกต้องผล MySQL ใน / home / ... public_html / / อัลบั้ม / inc_features_cmps.php เมื่อ 67 บรรทัด
ตาราง'xxx_vbet.pp_photos'ไม่มีอยู่


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