On 6/19/08, Hayden's Harness Attachment <[EMAIL PROTECTED]> wrote: > Why do I get the following error: > > Parse error: syntax error, unexpected T_CASE in > /usr/home/choroid/public_html/new/crf_header.php on line 29 > > Line 29 is: > > case 'layout_medium': > > HTML and PHP code: > > http://www.choroideremia.org/new/crf_header.php > > Angus MacKinnon > Infoforce Services > http://www.infoforce-services.com > > "Faith is the strength by which a shattered world shall emerge into > the light." - Helen Keller > >
Hi. Please post the lene before the case. When you get an error like this, it means it didn't expect the case command in that place, so somethings missing in the previous line. regards mmlado
