[mapserver-users] getAllLayerNames() in PHP/Mapscript

Hankley, Chip Chip.Hankley@GASAI.Com
Thu, 4 Apr 2002 10:26:40 -0600


I think the line:

  print "$layers[i]<br />";

should be 

  print "$layers[$i]<br />";

...I hate it when that happen ;)

Cheers!

Chip