RE: [PHP-WIN] Starnge parse problem

2002-12-10 Thread Svensson, B.A.T. (HKG)
> -Original Message- > From: George Pitcher [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, December 10, 2002 10:15 AM > To: [EMAIL PROTECTED] > Subject: [PHP-WIN] Starnge parse problem >Parse error: parse error, unexpected $ in c:\inetpub\wwwroot\Month2.php on ine 48" > Now can anyone sugges

Re: [PHP-WIN] Starnge parse problem

2002-12-10 Thread Jim
George,    You were missing an ending curly brace. Check out the last few lines and see where it was missing. When you get odd errors like this, start counting brackets and parens and braces to make sure they add up to an even amount. In this case, you had a

Re: [PHP-WIN] Starnge parse problem

2002-12-10 Thread DL Neil
Hi George, Imbalance of { - I think the first one/after the for! =dn > Hi guys, > > I am starting to build a calendar. I know that there are resources out there > but I want to learn, so I'm starting from scratch. > > I've got my thinking this far and I've hit an unexpected snag. > > When I cal