Page 1 of 1

parse error, expecting `','' or `';''

Posted: Fri Jul 31, 2009 9:48 am
by Paws
I get that error, the line in my code is

Code: Select all

echo  $info_q['forum_name']; 
Help please :(

Re: parse error, expecting `','' or `';''

Posted: Fri Jul 31, 2009 9:53 am
by marty pain
can you post more of the code, couple of lines above and below this one.

Re: parse error, expecting `','' or `';''

Posted: Fri Jul 31, 2009 9:55 am
by Paws

Code: Select all

echo '<title>'
echo  $info_q['forum_name'];
echo '</title>';

Re: parse error, expecting `','' or `';''

Posted: Fri Jul 31, 2009 9:56 am
by marty pain
thought so,

Look at the line above carefully.