RE: [PHP] Undefined Variable errors

2002-11-11 Thread John W. Holmes
> I'm migrating to PHP from ColdFusion. > > I've been running some sample scripts I have found in various places and > all > of them throw an error: > > Notice: Undefined variable: in > c:\inetpub\wwwroot\myphpcalendar\ on line . > > In ColdFusion, I can use the tag to preset a variable. I've

[PHP] Undefined Variable errors

2002-11-11 Thread James Johnson
Hello, I'm migrating to PHP from ColdFusion. I've been running some sample scripts I have found in various places and all of them throw an error: Notice: Undefined variable: in c:\inetpub\wwwroot\myphpcalendar\ on line . In ColdFusion, I can use the tag to preset a variable. I've tried the fo