View Single Post
Old December 18th, 2005, 11:06 PM   #5 (permalink)
s2kinteg916
Member
 
Join Date: Aug 2003
Posts: 252
ive uncommented both lines

Quote:
$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");
do i need to set this to something ?

pp_database

i have photopost and the vb in the same database with pp_ as the prefix for photopost
s2kinteg916 is offline   Reply With Quote