Cheers.
I think it is a problem with what Im putting in.
<?php
$dbname="";// *****
$dbuser=""; // *****
$dbpass=""; // &&&&&&
$dbpath = "localhost";// enter your db path by default localhost
$db = @ mysql_connect("$dbpath","$dbuser","$dbpass");
@ mysql_select_db("$dbname",$db);
$domain = "i put site name in here.info"; //Enter your domain here for SEO purpose only
$siteurl ="
http://www.i put site name in here.info"; // please specify your site url
$pubId=""; // your google Pub ID
$url="
http://www.i put site name in here.info"; // no / at the end of url
?>
OK this bit is what I have used to set up the database at the server end.
$dbname="";// *****
$dbuser=""; // *****
$dbpass=""; // &&&&&&
Im stuck at what to change here, if anything?
$dbpath = "localhost";// enter your db path by default localhost
$db = @ mysql_connect("$dbpath","$dbuser","$dbpass");
@ mysql_select_db("$dbname",$db);
If any one can help that would be nice.
Thanks
James