1
I am using the google custom search box and would like to have the results show within a page I've created; googlesearch.php. Could you take a look at the script I have written and tell me why I am getting this...
Parse error: syntax error, unexpected '<' in /home/content/x/x/x/myusername/html/googlesearch.php on line 4
My line 4 is the google search code which I'm not supposed to touch...
include( XOOPS_ROOT_PATH. "http://caribbeanancestry.com/home/content/x/x/x/myusername/html/forums/mainfile.php" ) ;
include XOOPS_ROOT_PATH. "http://caribbeanancestry.com/home/content/x/x/x/myusername/html/forums/header.php" ;
}
include XOOPS_ROOT_PATH."http://caribbeanancestry.com/home/content/x/x/x/myusername/html/forums/footer.php";
?>