View Single Post
Old December 26th, 2005, 03:57 PM   #11 (permalink)
steffonator
Member
Verified Customer
 
Join Date: Aug 2004
Posts: 77
I have updated the script to use a database other than localhost.
PP and vB uses the same database.

$vb_db = "cust_steffo_vb351";
$photopost_db = "cust_steffo_vb351";
$host = "db.webbplatsen.se";
mysql_connect($host,$vb_user,$vb_pass);
steffonator is offline   Reply With Quote