Hi all,
i have problems with my php code which is embedded in a layer. The script should loads pictures into the layer.
<layer>
<?PHP
//some php code which creates a Table and loads pictures into it
?>
</layer>
when i test my script, it places everything above the layer not into it...
Can anyone help me ?