View Single Post
Old October 24th, 2005, 05:25 PM   #15 (permalink)
troller
Registered User
 
Join Date: May 2005
Posts: 13
Cool Help

I also get this error:

Quote:
Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /reviews/inc_reviews.php on line 56

Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /reviews/inc_reviews.php on line 107
Could not select ReviewPost database

This is my inc_reviews.php
Quote:
/ 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 ReviewPost database.
//
//$link = mysql_connect ("localhost", "user_reviewpost", "pass") or die('I cannot connect to the database.');
//mysql_select_db ("user_reviewpost")or die("Could not select reviewpost database");

The Bottom
Quote:
// If you use reviewpost in a seperate database from vB, you'll need to reselect the vB database!
//mysql_select_db ("user_vbulletin");
What is wrong ?
troller is offline   Reply With Quote