Hi sorry to be a pain.
Im running WP on my localhost again..
Trying to install, I get this:
Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING in C:\xampplite\htdocs\wordpress\wp-config.php on line 6
Config file is:
<?php
// ** MySQL settings ** //
define(‘DB_NAME’, ‘wordpress’); // The name of the database
define(‘DB_USER’, ‘root’); // Your MySQL username
define(‘DB_PASSWORD’, ‘,”); // …and password
define(‘DB_HOST’, ‘localhost’); // 99% chance you won’t need to change this value