Version of script: most recent
Hosting company: altervista
URL of phpinfo.php: http://wilmingtonpets.altervista.org/gbook/phpinfo.zip
URL of session_test.php: http://wilmingtonpets.altervista.org/gb ... n_test.zip
What terms did you try when SEARCHING for a solution:
parse error
syntax error
unexpected t_string expecting ' '
Hiya, I'm trying to set up the GBook and I'm not sure what I'm doing wrong.
I am receiving the following error message:
I did not change anything in the code besides the specified text. I've checked single and double quotes, semi-colons, and if there is any difference (that I can discern) in the line with the error in comparison to the other lines. However, I am not familiar with PHP at all, so I may just be blind/stupidly missing what is wrong.Parse error: syntax error, unexpected T_STRING, expecting ']' in /membri/wilmingtonpets/gbook/settings.php on line 10
Below, I have provided lines 6-13, line 10 being: $settings['website_title']="Wilmington Pets";
Code: Select all
/* Password for admin area */
$settings['apass’]=‘********’;
/* Website title */
$settings['website_title’]=“Wilmington Pets”;
/* Website URL */
$settings['website_url']='http://www.wilmingtonpets.altervista.org/';