error

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
rusty_jones
Forum Newbie
Posts: 3
Joined: Sat Apr 25, 2009 1:24 am

error

Post by rusty_jones »

PHP Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ')' in /home/timel13/public_html/980/gbcf-v3/files/CONFIG.php on line 48

##################################################################
# 3. Subject line menu options array (subject line of email)
$subjects = array( ###############################################

line 47 "Interested in Plaster",
line 48 "Quick comment",
line 49 "Quick question",
line 50 "Site problem report",
line 51 "Something else (below)",

I don't know anything about or programming of any kind can you tell me what this parse error is or what it means and how can I resolve the issue.
Rusty
User avatar
califdon
Jack of Zircons
Posts: 4484
Joined: Thu Nov 09, 2006 8:30 pm
Location: California, USA

Re: error

Post by califdon »

rusty_jones wrote:
I don't know anything about or programming of any kind can you tell me what this parse error is or what it means and how can I resolve the issue.
Rusty
Well, this IS a programmer's forum, so I'm not sure we can help you much if you don't know anything about programming of any kind.

The error means that it is programmed incorrectly. The only way to resolve it is to find a programmer who can correct it.
Post Reply