[mapserver-users] getAllLayerNames() in PHP/Mapscript
Puneet Kishor
pkishor@GeoAnalytics.com
Thu, 4 Apr 2002 10:30:18 -0600
DOH pUNEET.
I am really sinking to the depths of fogginess nowadays. Am truly
embarrassed. Thanks Chip.
> -----Original Message-----
> From: Hankley, Chip [mailto:Chip.Hankley@GASAI.Com]
> Sent: Thursday, April 04, 2002 10:27 AM
> To: 'Puneet Kishor'
> Cc: 'mapserver-users@lists.gis.umn.edu'
> Subject: RE: [mapserver-users] getAllLayerNames() in PHP/Mapscript
>
>
> I think the line:
>
> print "$layers[i]<br />";
>
> should be
>
> print "$layers[$i]<br />";
>
> ...I hate it when that happen ;)
>
> Cheers!
>
> Chip
>