On Sun, 2007-02-04 at 02:51 +0000, Phill Sparks wrote:

> Hi Michael,
> 
> I think you have a small typo in all of your code. You should not
> follow the -> with a $ as this will look for a variable in the current
> scope and treat that as the property you wish to access. Instead of
> > $school[$schoolCount]->$schoolid
> consider
> > $school[$schoolCount]->schoolid
> and so on throughout your code.
> 
> Phill

Yes, that did it.  Thank you!

Reply via email to