Drew,
Thanks. Will I need to change any syntax in the script? The menu script is over 600 lines of code.
Here is my first lines
<?php
echo "<script type="text/javascript" language="JavaScript">
.
.(script)
.
addmenu(menu=["services",,,150,1,,style1,0,"left",effect,0,,,,,,,,,,,
,"<img src=images/newsimage.gif border=0> Forms","http://www.anysite.com/grouplogin.asp?gn=xxxx&gp=xxxxxx&un=xxxx_'$guard_username'",,"Forms",1
.
.(script
.
</script>";
?>
The script is erroring with the following:
Parse error: parse error, unexpected T_STRING, expecting ',' or ';' in /home/sylkatis/public_html/services.php on line 8.
Line 8 is the echo line in my code.