Hi,
Just wiondered if anyone can help, I have edited the files as requested:-
// 1. Enter the name of your slideshow
$slideshow = "HolyportFC"
// 2. Enter your site's URL (without trailing slash)
$siteURL = "http://www.thevillagers.co.uk"
// 3. Enter the absolute path of your site on the server (without trailing slash)
$sitePath = "home/thevilla/public_html"
// Include the slideshow
include_once($sitePath."/fpss/fpss.php"); // DO NO EDIT THIS LINE
But on viewing the PHP example I get:-
Parse error: syntax error, unexpected T_VARIABLE in /home/thevilla/public_html/example.php on line 43
Just wondered if anyone could point me to my error?
Thanks,
Richard
I'm not a mind reader: don't know what steps you're referring to or what your code is, especially on line 43 where the error message occurs. It's helpful if you describe exactly what you're doing and provide your code. Put a semicolon after each line that declares a variable hence the error message unexpected variable ![]()
for example:
$slideshow = "HolyportFC";
North America
Europe, Middle East and Africa
Asia Pacific