[mapguide-users] Re: Layer properties problem

Tom Chadwin tom.chadwin at nnpa.org.uk
Wed Apr 7 09:11:06 EDT 2010


Is there a missing close PHP tag?:

<select size="1" class="Ctrl" id="layerSelect" onChange="OnLayerChange()"
style="width: 100%"> 
<?php 
$selected = 'selected'; 
foreach($layerNames as $layerName => $layerLabel) 
 { 
?> <!-- Was this close tag missing? -->
<option value="<?= $layerName ?>" <?=$selected ?> ><?= $layerLabel
?></option> 
                                
<?php 
$selected = ''; 
} 
?> 
</select> 

-- 
View this message in context: http://n2.nabble.com/Layer-properties-problem-tp4863462p4864810.html
Sent from the MapGuide Users mailing list archive at Nabble.com.


More information about the mapguide-users mailing list