View Single Post
  #31  
Old 08-31-2012, 05:03 AM
  KCAutosound's Avatar 
KCAutosound KCAutosound is offline
 

eXpert
  
Join Date: Feb 2005
Posts: 220
 

Default Re: X-Cart Adapt Template

Quote:
Originally Posted by JacksmithxD
Replace the Username with the Database username and same goes with the password.

Like this for example? Because it doesn't seem to be working to edit the testimonials.

$mysqlLink = @mysql_connect(
"localhost", // <- Database Hostname
"KCAuserKCA", // <- Database Username
"KCApassKCA" // <- Database Password
);
if (mysql_errno() == 0) { @mysql_select_db("KCAdataKCA", $mysqlLink); } // <- Database Name
__________________
X-Cart version 4.7.6 Gold
xcartmods.co.uk - Ultra Template
Reply With Quote