> -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
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
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