|
Hello,
you need to ask your hosting company about database server.
Also, you probably need to setup database with name 'cc' first. and set password and username.
then you need to uncomment this lines:
//mysql_connect("localhost","root","");
//mysql_select_db("cc") or die('We hebben een probleem met de verbinding naar de database..');
and replace localhost and root and password with your parameters accordingly.
|