heres the code:
<?php
###############################
## config.php3 #
## Author: Daniel Hill #
## Created: 1/3/06 #
## All code contained is this file is #
## Copyright Daniel Hill 2006 and must not be #
## edited or redistrubuted without permission #
## from the author #
###############################
$server = "localhost";
$db = "homer090_testwcms";
$user = "###########";
$pass = "######";
$site_name = "My Test WCMS";
$table1 = "wcms1_content";
$table2 = "wcms1_menus";
?>
and the error
Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING in /home/homer090/public_html/global-european/myphpwcms/menus.php3 on line 11